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 15 #ifndef __RTL8822B_SW_H__ 16 #define __RTL8822B_SW_H__ 17 18 int rtl8822be_init_sw_vars(struct ieee80211_hw *hw); 19 void rtl8822be_deinit_sw_vars(struct ieee80211_hw *hw); 20 bool rtl8822be_get_btc_status(void); 21 #endif 22