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