/* Copyright 2023 Cypress Semiconductor Corporation (an Infineon company) or | |
* an affiliate of Cypress Semiconductor Corporation | |
* | |
* SPDX-License-Identifier: Apache-2.0 | |
*/ | |
/** | |
* @brief Infineon CYW20829 soc. | |
*/ | |
#ifndef _SOC__H_ | |
#define _SOC__H_ | |
#ifndef _ASMLANGUAGE | |
#include <cy_device_headers.h> | |
#endif /* !_ASMLANGUAGE */ | |
#endif /* _SOC__H_ */ |