brintos

brintos / linux-shallow public Read only

0
0
Text · 242 B · 2f283bf Raw
11 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/* Copyright(c) 2024  Realtek Corporation.*/3 4#ifndef __RTL92DU_DM_H__5#define __RTL92DU_DM_H__6 7void rtl92du_dm_init(struct ieee80211_hw *hw);8void rtl92du_dm_watchdog(struct ieee80211_hw *hw);9 10#endif11