kernel: move thread stack macros to new header
kernel.h is enormous and this can be cleanly separated out. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
1f6f977f05
commit
18519bee45
3 changed files with 188 additions and 169 deletions
|
@ -42,5 +42,6 @@
|
|||
#include <spinlock.h>
|
||||
#include <fatal.h>
|
||||
#include <irq.h>
|
||||
#include <sys/thread_stack.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_KERNEL_INCLUDES_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue