2019-12-18 01:13:47 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2019 Carlo Caione <ccaione@baylibre.com>
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef ZEPHYR_ARCH_ARM_INCLUDE_CORTEX_R_EXC_H_
|
|
|
|
#define ZEPHYR_ARCH_ARM_INCLUDE_CORTEX_R_EXC_H_
|
|
|
|
|
|
|
|
#ifndef CONFIG_COMPAT_INCLUDES
|
2020-03-22 22:19:22 +08:00
|
|
|
#warning "This header file has moved, include <aarch32/cortex_a_r/exc.h> instead."
|
2019-12-18 01:13:47 +08:00
|
|
|
#endif
|
|
|
|
|
2020-03-22 22:19:22 +08:00
|
|
|
#include <aarch32/cortex_a_r/exc.h>
|
2019-12-18 01:13:47 +08:00
|
|
|
|
|
|
|
#endif /* ZEPHYR_ARCH_ARM_INCLUDE_CORTEX_R_EXC_H_ */
|