1 /*
2  * Copyright (c) 2024 Texas Instruments Incorporated
3  * Copyright (c) 2024 BayLibre, SAS
4  *
5  * SPDX-License-Identifier: Apache-2.0
6  */
7 
8 #ifndef TI_SIMPLELINK_CC23X0_SOC_H_
9 #define TI_SIMPLELINK_CC23X0_SOC_H_
10 
11 #include "cmsis/cc23x0r5.h"
12 
13 #endif /* TI_SIMPLELINK_CC23X0_SOC_H_ */
14