root/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/sw.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0 */
   2 /* Copyright(c) 2009-2014  Realtek Corporation.*/
   3 
   4 #ifndef __RTL92E_SW_H__
   5 #define __RTL92E_SW_H__
   6 
   7 int rtl92ee_init_sw_vars(struct ieee80211_hw *hw);
   8 void rtl92ee_deinit_sw_vars(struct ieee80211_hw *hw);
   9 bool rtl92ee_get_btc_status(void);
  10 
  11 #endif

/* [<][>][^][v][top][bottom][index][help] */