xref: /linux/drivers/net/wireless/realtek/rtlwifi/rtl8723com/dm_common.h (revision b28786b190d1ae2df5e6a5181ad78c6f226ea3e1)
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