xref: /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192du/dm.h (revision 76d9b92e68f2bb55890f935c5143f4fef97a935d)
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 
7 void rtl92du_dm_init(struct ieee80211_hw *hw);
8 void rtl92du_dm_watchdog(struct ieee80211_hw *hw);
9 
10 #endif
11