1 /***************************************************************************//** 2 * \file gpio_cyw20829_40_qfn.h 3 * 4 * \brief 5 * CYW20829 device GPIO header inclusion for 40-QFN package 6 * 7 ******************************************************************************** 8 * \copyright 9 * (c) (2016-2022), Cypress Semiconductor Corporation (an Infineon company) or 10 * an affiliate of Cypress Semiconductor Corporation. 11 * 12 * SPDX-License-Identifier: Apache-2.0 13 * 14 * Licensed under the Apache License, Version 2.0 (the "License"); 15 * you may not use this file except in compliance with the License. 16 * You may obtain a copy of the License at 17 * 18 * http://www.apache.org/licenses/LICENSE-2.0 19 * 20 * Unless required by applicable law or agreed to in writing, software 21 * distributed under the License is distributed on an "AS IS" BASIS, 22 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 23 * See the License for the specific language governing permissions and 24 * limitations under the License. 25 *******************************************************************************/ 26 #ifndef _GPIO_CYW20829_40_QFN_H_ 27 #define _GPIO_CYW20829_40_QFN_H_ 28 29 #if defined(CYW20829A0LKML) || defined(CYW20829A0KML) || defined(CYW89829A0KML) 30 #include "gpio_cyw20829a0_40_qfn.h" 31 #else 32 #include "gpio_cyw20829b0_40_qfn.h" 33 #endif 34 35 #endif /* _GPIO_CYW20829_40_QFN_H_ */ 36