kernel: move internal headers into include/kernel
Move 2 headers that are internal to the kernel into include/kernel. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
588e0a69dc
commit
8b3f36c656
6 changed files with 5 additions and 5 deletions
|
@ -20,13 +20,13 @@
|
|||
#include <linker/sections.h>
|
||||
#include <sys/atomic.h>
|
||||
#include <sys/__assert.h>
|
||||
#include <sched_priq.h>
|
||||
#include <kernel/sched_priq.h>
|
||||
#include <sys/dlist.h>
|
||||
#include <sys/slist.h>
|
||||
#include <sys/sflist.h>
|
||||
#include <sys/util.h>
|
||||
#include <kernel_structs.h>
|
||||
#include <mempool_heap.h>
|
||||
#include <kernel/mempool_heap.h>
|
||||
#include <kernel_version.h>
|
||||
#include <syscall.h>
|
||||
#include <sys/printk.h>
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#if !defined(_ASMLANGUAGE)
|
||||
#include <sys/atomic.h>
|
||||
#include <zephyr/types.h>
|
||||
#include <sched_priq.h>
|
||||
#include <kernel/sched_priq.h>
|
||||
#include <sys/dlist.h>
|
||||
#include <sys/util.h>
|
||||
#include <sys/sys_heap.h>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
#include <kernel_structs.h>
|
||||
#include <sys/dlist.h>
|
||||
#include <sys/rb.h>
|
||||
#include <sched_priq.h>
|
||||
#include <kernel/sched_priq.h>
|
||||
#include <timeout_q.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#include <kernel.h>
|
||||
#include <ksched.h>
|
||||
#include <spinlock.h>
|
||||
#include <sched_priq.h>
|
||||
#include <kernel/sched_priq.h>
|
||||
#include <wait_q.h>
|
||||
#include <kswap.h>
|
||||
#include <kernel_arch_func.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue