mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-15 01:19:36 +00:00
77d786b6e8
This version takes advantage of all the cleanups to the code. It has been modified to build on older kernels. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
13 lines
387 B
C
13 lines
387 B
C
/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
|
|
/* Copyright(c) 2007 - 2011 Realtek Corporation. */
|
|
|
|
#ifndef __HAL8188EPWRSEQ_H__
|
|
#define __HAL8188EPWRSEQ_H__
|
|
|
|
#include "HalPwrSeqCmd.h"
|
|
|
|
extern struct wl_pwr_cfg rtl8188E_power_on_flow[];
|
|
extern struct wl_pwr_cfg rtl8188E_card_disable_flow[];
|
|
extern struct wl_pwr_cfg rtl8188E_enter_lps_flow[];
|
|
|
|
#endif /* __HAL8188EPWRSEQ_H__ */
|