halmac_pwr_seq_8821c.h 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. /******************************************************************************
  2. *
  3. * Copyright(c) 2016 - 2018 Realtek Corporation. All rights reserved.
  4. *
  5. * This program is free software; you can redistribute it and/or modify it
  6. * under the terms of version 2 of the GNU General Public License as
  7. * published by the Free Software Foundation.
  8. *
  9. * This program is distributed in the hope that it will be useful, but WITHOUT
  10. * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11. * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
  12. * more details.
  13. *
  14. ******************************************************************************/
  15. #ifndef HALMAC_POWER_SEQUENCE_8821C
  16. #define HALMAC_POWER_SEQUENCE_8821C
  17. #include "../../halmac_pwr_seq_cmd.h"
  18. #include "../../halmac_hw_cfg.h"
  19. #if HALMAC_8821C_SUPPORT
  20. #define HALMAC_8821C_PWR_SEQ_VER "V19"
  21. extern struct halmac_wlan_pwr_cfg *card_dis_flow_8821c[];
  22. extern struct halmac_wlan_pwr_cfg *card_en_flow_8821c[];
  23. extern struct halmac_wlan_pwr_cfg *suspend_flow_8821c[];
  24. extern struct halmac_wlan_pwr_cfg *resume_flow_8821c[];
  25. extern struct halmac_wlan_pwr_cfg *hwpdn_flow_8821c[];
  26. extern struct halmac_wlan_pwr_cfg *enter_lps_flow_8821c[];
  27. extern struct halmac_wlan_pwr_cfg *enter_dlps_flow_8821c[];
  28. extern struct halmac_wlan_pwr_cfg *leave_lps_flow_8821c[];
  29. #endif /* HALMAC_8821C_SUPPORT */
  30. #endif