1 /* 2 * Copyright (c) 2024 Intel Corporation 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 #include <stdint.h> 8 9 #include <xtensa/config/core-isa.h> 10 11 #include <zephyr/devicetree.h> 12 #include <zephyr/arch/xtensa/mpu.h> 13 #include <zephyr/sys/util.h> 14 15 const struct xtensa_mpu_range xtensa_soc_mpu_ranges[0]; 16 const int xtensa_soc_mpu_ranges_num; 17