Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
arm_mpu.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2017 Linaro Limited.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef ZEPHYR_INCLUDE_ARCH_ARM_AARCH32_CORTEX_M_MPU_ARM_MPU_H_
8#define ZEPHYR_INCLUDE_ARCH_ARM_AARCH32_CORTEX_M_MPU_ARM_MPU_H_
9
10#ifndef CONFIG_COMPAT_INCLUDES
11#warning "This header file has moved, include <arch/arm/aarch32/mpu/arm_mpu.h> instead."
12#endif
13
15
16#endif /* ZEPHYR_INCLUDE_ARCH_ARM_AARCH32_CORTEX_M_MPU_ARM_MPU_H_ */