xref: /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/fw.h (revision af8e51644a70f612974a6e767fa7d896d3c23f88)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright(c) 2009-2012  Realtek Corporation.*/
3 
4 #ifndef __RTL92D__FW__H__
5 #define __RTL92D__FW__H__
6 
7 int rtl92d_download_fw(struct ieee80211_hw *hw);
8 void rtl92d_set_fw_rsvdpagepkt(struct ieee80211_hw *hw, bool b_dl_finished);
9 
10 #endif
11