1 /* 2 * Copyright 2025 Arm Limited and/or its affiliates <open-source-office@arm.com> 3 * SPDX-License-Identifier: Apache-2.0 4 */ 5 6 #ifndef ZEPHYR_MODULES_CMSIS_6_CMSIS_CORE_H_ 7 #define ZEPHYR_MODULES_CMSIS_6_CMSIS_CORE_H_ 8 9 #if defined(CONFIG_CPU_CORTEX_M) 10 #include "cmsis_core_m.h" 11 #endif 12 13 #endif /* ZEPHYR_MODULES_CMSIS_6_CMSIS_CORE_H_ */ 14