kernel: move kernel object APIs to own header

Part of an effort to break up the gigantic kernel.h.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
Andrew Boie 2020-10-07 09:57:52 -07:00 committed by Anas Nashif
commit 95bbc742ba
5 changed files with 329 additions and 299 deletions

View file

@ -43,5 +43,6 @@
#include <irq.h>
#include <sys/thread_stack.h>
#include <app_memory/mem_domain.h>
#include <sys/kobject.h>
#endif /* ZEPHYR_INCLUDE_KERNEL_INCLUDES_H_ */