hal8821c_fw.h 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. /******************************************************************************
  2. *
  3. * Copyright(c) 2007 - 2016 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. * You should have received a copy of the GNU General Public License along with
  15. * this program; if not, write to the Free Software Foundation, Inc.,
  16. * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
  17. *
  18. *
  19. ******************************************************************************/
  20. #ifdef CONFIG_RTL8821C
  21. #ifndef _FW_HEADER_8821C_H
  22. #define _FW_HEADER_8821C_H
  23. #ifdef LOAD_FW_HEADER_FROM_DRIVER
  24. #if (defined(CONFIG_AP_WOWLAN) || (DM_ODM_SUPPORT_TYPE & (ODM_AP)))
  25. extern u8 array_mp_8821c_fw_ap[89056];
  26. extern u32 array_length_mp_8821c_fw_ap;
  27. #endif
  28. #if (DM_ODM_SUPPORT_TYPE & (ODM_WIN)) || (DM_ODM_SUPPORT_TYPE & (ODM_CE))
  29. extern u8 array_mp_8821c_fw_nic[115080];
  30. extern u32 array_length_mp_8821c_fw_nic;
  31. extern u8 array_mp_8821c_fw_wowlan[92840];
  32. extern u32 array_length_mp_8821c_fw_wowlan;
  33. #endif
  34. #endif /* end of LOAD_FW_HEADER_FROM_DRIVER */
  35. #endif
  36. #endif