rtlwifi: rtl8192ee: Make functions static & rm sw.h
[platform/kernel/linux-starfive.git] / drivers / net / wireless / realtek / rtlwifi / rtl8192se / sw.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright(c) 2009-2012  Realtek Corporation.*/
3
4 #ifndef __REALTEK_PCI92SE_SW_H__
5 #define __REALTEK_PCI92SE_SW_H__
6
7 #define EFUSE_MAX_SECTION       16
8
9 int rtl92se_init_sw(struct ieee80211_hw *hw);
10 void rtl92se_deinit_sw(struct ieee80211_hw *hw);
11 void rtl92se_init_var_map(struct ieee80211_hw *hw);
12
13 #endif