hal8821c_fw.h 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /******************************************************************************
  2. *
  3. * Copyright(c) 2012 - 2017 Realtek Corporation.
  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. #ifdef CONFIG_RTL8821C
  16. #ifndef _FW_HEADER_8821C_H
  17. #define _FW_HEADER_8821C_H
  18. #ifdef LOAD_FW_HEADER_FROM_DRIVER
  19. #if (defined(CONFIG_AP_WOWLAN) || (DM_ODM_SUPPORT_TYPE & (ODM_AP)))
  20. extern u8 array_mp_8821c_fw_ap[114208];
  21. extern u32 array_length_mp_8821c_fw_ap;
  22. #endif
  23. #if (DM_ODM_SUPPORT_TYPE & (ODM_WIN)) || (DM_ODM_SUPPORT_TYPE & (ODM_CE))
  24. extern u8 array_mp_8821c_fw_nic[137616];
  25. extern u32 array_length_mp_8821c_fw_nic;
  26. extern u8 array_mp_8821c_fw_spic[71264];
  27. extern u32 array_length_mp_8821c_fw_spic;
  28. #ifdef CONFIG_WOWLAN
  29. extern u8 array_mp_8821c_fw_wowlan[103184];
  30. extern u32 array_length_mp_8821c_fw_wowlan;
  31. #endif /*CONFIG_WOWLAN*/
  32. #endif
  33. #endif /* end of LOAD_FW_HEADER_FROM_DRIVER */
  34. #endif
  35. #endif