1 /* 2 * Copyright (c) 2020-2021 Huawei Device Co., Ltd. 3 * 4 * HDF is dual licensed: you can use it either under the terms of 5 * the GPL, or the BSD license, at your option. 6 * See the LICENSE file in the root of this repository for complete details. 7 */ 8 9 #ifndef HDF_WLAN_SDIO_ADAPT_H 10 #define HDF_WLAN_SDIO_ADAPT_H 11 12 #include "hdf_base.h" 13 #include "hdf_wifi_product.h" 14 #include "hdf_wlan_config.h" 15 16 #ifdef __cplusplus 17 #if __cplusplus 18 extern "C" { 19 #endif 20 #endif 21 22 int32_t HdfWlanConfigSDIO(uint8_t busId); 23 24 #ifdef __cplusplus 25 #if __cplusplus 26 } 27 #endif 28 #endif 29 30 31 #endif 32 33