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:
Andrew Boie 2020-08-19 12:12:07 -07:00 committed by Anas Nashif
commit 75d5c0bc4b
3 changed files with 152 additions and 133 deletions

View file

@ -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_ */