blob: c4ddb042a08bb5d0e2bf89dc008c4a545a4497a2 [file] [log] [blame]
/*
* Copyright (c) 2024 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <stdint.h>
#include <xtensa/config/core-isa.h>
#include <zephyr/devicetree.h>
#include <zephyr/arch/xtensa/mpu.h>
#include <zephyr/sys/util.h>
const struct xtensa_mpu_range xtensa_soc_mpu_ranges[0];
const int xtensa_soc_mpu_ranges_num;