/* * Copyright 2025 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 */ #ifndef ZEPHYR_MODULES_CMSIS_6_CMSIS_CORE_H_ #define ZEPHYR_MODULES_CMSIS_6_CMSIS_CORE_H_ #if defined(CONFIG_CPU_CORTEX_M) #include "cmsis_core_m.h" #endif #endif /* ZEPHYR_MODULES_CMSIS_6_CMSIS_CORE_H_ */