1 /* 2 * Copyright (c) 2023 Nordic Semiconductor ASA 3 * SPDX-License-Identifier: Apache-2.0 4 */ 5 6 #ifndef ZEPHYR_ARCH_ARM_AARCH32_CORTEX_M_CMSIS_H_ 7 #define ZEPHYR_ARCH_ARM_AARCH32_CORTEX_M_CMSIS_H_ 8 9 #include <cmsis_core.h> 10 11 #warning This header is deprecated, please include <cmsis_core.h> 12 13 #endif /* ZEPHYR_ARCH_ARM_AARCH32_CORTEX_M_CMSIS_H_ */ 14