GNU Linux-libre 4.19.286-gnu1
[releases.git] / drivers / staging / rtl8723bs / include / rtl8723b_dm.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /******************************************************************************
3  *
4  * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
5  *
6  ******************************************************************************/
7 #ifndef __RTL8723B_DM_H__
8 #define __RTL8723B_DM_H__
9 /*  */
10 /*  Description: */
11 /*  */
12 /*  This file is for 8723B dynamic mechanism only */
13 /*  */
14 /*  */
15 /*  */
16
17 /*  */
18 /*  structure and define */
19 /*  */
20
21 /*  */
22 /*  function prototype */
23 /*  */
24
25 void rtl8723b_init_dm_priv(struct adapter *padapter);
26
27 void rtl8723b_InitHalDm(struct adapter *padapter);
28 void rtl8723b_HalDmWatchDog(struct adapter *padapter);
29 void rtl8723b_HalDmWatchDog_in_LPS(struct adapter *padapter);
30 void rtl8723b_hal_dm_in_lps(struct adapter *padapter);
31
32
33 #endif