blob: 7904bfbda4ba90bc8f2a966c1442fdb78f0c3129 (
plain)
1
2
3
4
5
6
7
8
9
|
/* SPDX-License-Identifier: GPL-2.0 */
/* Copyright(c) 2024 Realtek Corporation.*/
#ifndef __RTL92DU_FW_H__
#define __RTL92DU_FW_H__
int rtl92du_download_fw(struct ieee80211_hw *hw);
#endif
|