xref: /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/dm.h (revision e3b2949e3fa2fd8c19cd5fbb0424d38f70a70e9c)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright(c) 2009-2012  Realtek Corporation.*/
3 
4 #ifndef	__RTL92C_DM_H__
5 #define __RTL92C_DM_H__
6 
7 void rtl92de_dm_init(struct ieee80211_hw *hw);
8 void rtl92de_dm_watchdog(struct ieee80211_hw *hw);
9 
10 #endif
11