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_FUNC_8822B_H_
15 #define _HALMAC_FUNC_8822B_H_
16 
17 #include "../../halmac_type.h"
18 
19 enum halmac_ret_status
20 halmac_txdma_queue_mapping_8822b(struct halmac_adapter *halmac_adapter,
21 				 enum halmac_trx_mode halmac_trx_mode);
22 
23 enum halmac_ret_status
24 halmac_priority_queue_config_8822b(struct halmac_adapter *halmac_adapter,
25 				   enum halmac_trx_mode halmac_trx_mode);
26 
27 #endif /* _HALMAC_FUNC_8822B_H_ */
28