1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /****************************************************************************** 3 * 4 * Copyright(c) 2016 Realtek Corporation. 5 * 6 * Contact Information: 7 * wlanfae <wlanfae@realtek.com> 8 * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park, 9 * Hsinchu 300, Taiwan. 10 * 11 * Larry Finger <Larry.Finger@lwfinger.net> 12 * 13 *****************************************************************************/ 14 #ifndef HALMAC_POWER_SEQUENCE_8822B 15 #define HALMAC_POWER_SEQUENCE_8822B 16 17 #include "../../halmac_pwr_seq_cmd.h" 18 19 #define HALMAC_8822B_PWR_SEQ_VER "V17" 20 extern struct halmac_wl_pwr_cfg_ *halmac_8822b_card_disable_flow[]; 21 extern struct halmac_wl_pwr_cfg_ *halmac_8822b_card_enable_flow[]; 22 extern struct halmac_wl_pwr_cfg_ *halmac_8822b_suspend_flow[]; 23 extern struct halmac_wl_pwr_cfg_ *halmac_8822b_resume_flow[]; 24 extern struct halmac_wl_pwr_cfg_ *halmac_8822b_hwpdn_flow[]; 25 extern struct halmac_wl_pwr_cfg_ *halmac_8822b_enter_lps_flow[]; 26 extern struct halmac_wl_pwr_cfg_ *halmac_8822b_enter_deep_lps_flow[]; 27 extern struct halmac_wl_pwr_cfg_ *halmac_8822b_leave_lps_flow[]; 28 29 #endif 30