xref: /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192du/fw.h (revision 66e72a01b60ae6950ddbb3585fdc1424d303e14b)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright(c) 2024  Realtek Corporation.*/
3 
4 #ifndef __RTL92DU_FW_H__
5 #define __RTL92DU_FW_H__
6 
7 int rtl92du_download_fw(struct ieee80211_hw *hw);
8 
9 #endif
10