1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /****************************************************************************** 3 * 4 * Copyright(c) 2016 Realtek Corporation. 5 * 6 * Contact Information: 7 * wlanfae <wlanfae@realtek.com> 8 * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park, 9 * Hsinchu 300, Taiwan. 10 * 11 * Larry Finger <Larry.Finger@lwfinger.net> 12 * 13 *****************************************************************************/ 14 #ifndef _HALMAC_API_8822B_SDIO_H_ 15 #define _HALMAC_API_8822B_SDIO_H_ 16 17 #include "../../halmac_2_platform.h" 18 #include "../../halmac_type.h" 19 20 enum halmac_ret_status 21 halmac_mac_power_switch_8822b_sdio(struct halmac_adapter *halmac_adapter, 22 enum halmac_mac_power halmac_power); 23 24 enum halmac_ret_status 25 halmac_phy_cfg_8822b_sdio(struct halmac_adapter *halmac_adapter, 26 enum halmac_intf_phy_platform platform); 27 28 enum halmac_ret_status halmac_interface_integration_tuning_8822b_sdio( 29 struct halmac_adapter *halmac_adapter); 30 31 #endif /* _HALMAC_API_8822B_SDIO_H_ */ 32