GNU Linux-libre 4.14.332-gnu1
[releases.git] / drivers / staging / rtlwifi / halmac / halmac_88xx / halmac_8822b / halmac_api_8822b_sdio.h
1 /******************************************************************************
2  *
3  * Copyright(c) 2016  Realtek Corporation.
4  *
5  * This program is free software; you can redistribute it and/or modify it
6  * under the terms of version 2 of the GNU General Public License as
7  * published by the Free Software Foundation.
8  *
9  * This program is distributed in the hope that it will be useful, but WITHOUT
10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
12  * more details.
13  *
14  * The full GNU General Public License is included in this distribution in the
15  * file called LICENSE.
16  *
17  * Contact Information:
18  * wlanfae <wlanfae@realtek.com>
19  * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
20  * Hsinchu 300, Taiwan.
21  *
22  * Larry Finger <Larry.Finger@lwfinger.net>
23  *
24  *****************************************************************************/
25 #ifndef _HALMAC_API_8822B_SDIO_H_
26 #define _HALMAC_API_8822B_SDIO_H_
27
28 #include "../../halmac_2_platform.h"
29 #include "../../halmac_type.h"
30
31 enum halmac_ret_status
32 halmac_mac_power_switch_8822b_sdio(struct halmac_adapter *halmac_adapter,
33                                    enum halmac_mac_power halmac_power);
34
35 enum halmac_ret_status
36 halmac_phy_cfg_8822b_sdio(struct halmac_adapter *halmac_adapter,
37                           enum halmac_intf_phy_platform platform);
38
39 enum halmac_ret_status halmac_interface_integration_tuning_8822b_sdio(
40         struct halmac_adapter *halmac_adapter);
41
42 #endif /* _HALMAC_API_8822B_SDIO_H_ */