include: create kernel_includes.h header to hold kernel includes
This commit creates a new header file (kernel_include.h) that contains all header files to be included by kernel_init.h. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
071f5153ac
commit
92b8a41f20
2 changed files with 39 additions and 21 deletions
|
@ -14,27 +14,7 @@
|
|||
#define _kernel__h_
|
||||
|
||||
#if !defined(_ASMLANGUAGE)
|
||||
#include <stddef.h>
|
||||
#include <zephyr/types.h>
|
||||
#include <limits.h>
|
||||
#include <toolchain.h>
|
||||
#include <linker/sections.h>
|
||||
#include <atomic.h>
|
||||
#include <errno.h>
|
||||
#include <misc/__assert.h>
|
||||
#include <sched_priq.h>
|
||||
#include <misc/dlist.h>
|
||||
#include <misc/slist.h>
|
||||
#include <misc/sflist.h>
|
||||
#include <misc/util.h>
|
||||
#include <misc/mempool_base.h>
|
||||
#include <kernel_version.h>
|
||||
#include <random/rand32.h>
|
||||
#include <kernel_arch_thread.h>
|
||||
#include <syscall.h>
|
||||
#include <misc/printk.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <misc/rb.h>
|
||||
#include <kernel_includes.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue