1 /* 2 * Copyright (c) 2016 Intel Corporation. 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 #ifndef _NM_BSP_INTERNAL_H_ 8 #define _NM_BSP_INTERNAL_H_ 9 10 #if defined(CONFIG_WIFI_WINC1500) 11 #include <wifi_winc1500_nm_bsp_internal.h> 12 #endif /* CONFIG_WIFI_WINC1500 */ 13 14 #endif //_NM_BSP_INTERNAL_H_ 15