1 /* Copyright 2023 Cypress Semiconductor Corporation (an Infineon company) or
2  * an affiliate of Cypress Semiconductor Corporation
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 /**
8  * @brief Infineon CYW20829 soc.
9  */
10 
11 #ifndef _SOC__H_
12 #define _SOC__H_
13 
14 #ifndef _ASMLANGUAGE
15 #include <cy_device_headers.h>
16 #endif  /* !_ASMLANGUAGE */
17 
18 #endif  /* _SOC__H_ */
19