brintos

brintos / linux-shallow public Read only

0
0
Text · 194 B · 7904bfb Raw
10 lines · c
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 7int rtl92du_download_fw(struct ieee80211_hw *hw);8 9#endif10