zephyr/include/app_memory
Andrew Boie f8d743a1cb userspace: fix ifdef for k_mem_partition
Wrap the entire definition around CONFIG_MEMORY_PROTECTION.
Add incomplete declaration for IS_ENABLED() purposes.

Some arch code uses struct k_mem_partition internally for
MPU management, even if userspace isn't enabled.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2020-08-20 13:58:54 -04:00
..
app_memdomain.h userspace: mark z_app_regions as const 2020-07-20 13:47:10 +02:00
mem_domain.h userspace: fix ifdef for k_mem_partition 2020-08-20 13:58:54 -04:00
partitions.h