GNU Linux-libre 4.14.251-gnu1
[releases.git] / drivers / staging / rtlwifi / halmac / halmac_88xx / halmac_8822b / halmac_api_8822b.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_H_
26 #define _HALMAC_API_8822B_H_
27
28 #include "../../halmac_2_platform.h"
29 #include "../../halmac_type.h"
30
31 enum halmac_ret_status
32 halmac_mount_api_8822b(struct halmac_adapter *halmac_adapter);
33
34 enum halmac_ret_status
35 halmac_init_trx_cfg_8822b(struct halmac_adapter *halmac_adapter,
36                           enum halmac_trx_mode halmac_trx_mode);
37
38 enum halmac_ret_status
39 halmac_init_protocol_cfg_8822b(struct halmac_adapter *halmac_adapter);
40
41 enum halmac_ret_status
42 halmac_init_h2c_8822b(struct halmac_adapter *halmac_adapter);
43
44 #endif /* _HALMAC_API_8822B_H_ */