1 /*
2  * Copyright (c) 2016 Linaro Limited
3  * Copyright (c) 2021 Yonatan Schachter
4  *
5  * SPDX-License-Identifier: Apache-2.0
6  */
7 
8 /**
9  * @file SoC configuration macros for the Raspberry Pi RP2040 family processors
10  */
11 
12 #ifndef _RPI_PICO_COMMON_SOC_H_
13 #define _RPI_PICO_COMMON_SOC_H_
14 
15 #include <cmsis_core_m_defaults.h>
16 
17 #endif /* _RPI_PICO_COMMON_SOC_H_ */
18