1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
2 /* Copyright(c) 2007 - 2011 Realtek Corporation. */
3 
4 #ifndef __HALPWRSEQCMD_H__
5 #define __HALPWRSEQCMD_H__
6 
7 #include "drv_types.h"
8 
9 enum r8188eu_pwr_seq {
10 	PWR_ON_FLOW,
11 	DISABLE_FLOW,
12 	LPS_ENTER_FLOW,
13 };
14 
15 /*	Prototype of protected function. */
16 u8 HalPwrSeqCmdParsing(struct adapter *padapter, enum r8188eu_pwr_seq seq);
17 
18 #endif
19