OSDN Git Service

staging: rtl8723bs: update to the latest driver
[android-x86/kernel.git] / drivers / staging / rtl8723bs / include / rtl8723b_dm.h
index f9e8bbc..cc64b38 100644 (file)
  * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
  * more details.
  *
- * You should have received a copy of the GNU General Public License along with
- * this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
- *
- *
  ******************************************************************************/
 #ifndef __RTL8723B_DM_H__
 #define __RTL8723B_DM_H__
-//============================================================
-// Description:
-//
-// This file is for 8723B dynamic mechanism only
-//
-//
-//============================================================
+/*  */
+/*  Description: */
+/*  */
+/*  This file is for 8723B dynamic mechanism only */
+/*  */
+/*  */
+/*  */
 
-//============================================================
-// structure and define
-//============================================================
+/*  */
+/*  structure and define */
+/*  */
 
-//============================================================
-// function prototype
-//============================================================
+/*  */
+/*  function prototype */
+/*  */
 
-void rtl8723b_init_dm_priv(PADAPTER padapter);
+void rtl8723b_init_dm_priv(struct adapter *padapter);
 
-void rtl8723b_InitHalDm(PADAPTER padapter);
-void rtl8723b_HalDmWatchDog(PADAPTER padapter);
-void rtl8723b_HalDmWatchDog_in_LPS(PADAPTER padapter);
-void rtl8723b_hal_dm_in_lps(PADAPTER padapter);
+void rtl8723b_InitHalDm(struct adapter *padapter);
+void rtl8723b_HalDmWatchDog(struct adapter *padapter);
+void rtl8723b_HalDmWatchDog_in_LPS(struct adapter *padapter);
+void rtl8723b_hal_dm_in_lps(struct adapter *padapter);
 
 
 #endif