xref: /linux/drivers/net/wireless/realtek/rtlwifi/rtl8723com/dm_common.h (revision 26fbb4c8c7c3ee9a4c3b4de555a8587b5a19154e)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright(c) 2009-2014  Realtek Corporation.*/
3 
4 #ifndef __DM_COMMON_H__
5 #define __DM_COMMON_H__
6 
7 void rtl8723_dm_init_dynamic_txpower(struct ieee80211_hw *hw);
8 void rtl8723_dm_init_edca_turbo(struct ieee80211_hw *hw);
9 void rtl8723_dm_init_dynamic_bb_powersaving(struct ieee80211_hw *hw);
10 
11 #endif
12