userspace: move mem domain defines
This now has its own header instead of kernel.h. The code is unchanged other than a forward declaration of k_tid_t. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
2660878f14
commit
75d5c0bc4b
3 changed files with 152 additions and 133 deletions
|
@ -42,5 +42,6 @@
|
|||
#include <fatal.h>
|
||||
#include <irq.h>
|
||||
#include <sys/thread_stack.h>
|
||||
#include <app_memory/mem_domain.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_KERNEL_INCLUDES_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue