Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
0002 /* Copyright(c) 2007 - 2011 Realtek Corporation. */
0003 
0004 #ifndef __HALPWRSEQCMD_H__
0005 #define __HALPWRSEQCMD_H__
0006 
0007 #include "drv_types.h"
0008 
0009 enum r8188eu_pwr_seq {
0010     PWR_ON_FLOW,
0011     DISABLE_FLOW,
0012     LPS_ENTER_FLOW,
0013 };
0014 
0015 /*  Prototype of protected function. */
0016 u8 HalPwrSeqCmdParsing(struct adapter *padapter, enum r8188eu_pwr_seq seq);
0017 
0018 #endif