zephyr/modules/cmsis/cmsis_core_m.h

23 lines
440 B
C
Raw Normal View History

/*
* Copyright (c) 2017 Nordic Semiconductor ASA
* Copyright (c) 2023 Arm Limited
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @file
* @brief CMSIS interface file
*
* This header contains the interface to the ARM CMSIS Core headers.
*/
#ifndef ZEPHYR_MODULES_CMSIS_CMSIS_M_H_
#define ZEPHYR_MODULES_CMSIS_CMSIS_M_H_
#include <zephyr/arch/arm/cortex_m/nvic.h>
#include <soc.h>
#endif /* ZEPHYR_MODULES_CMSIS_CMSIS_M_H_ */