halhwimg8821c_testchip_fw.h 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. /******************************************************************************
  2. *
  3. * Copyright(c) 2007 - 2011 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. /*Image2HeaderVersion: 2.16*/
  21. #if (RTL8821C_SUPPORT == 1)
  22. #ifndef __INC_TC_FW_HW_IMG_8821C_H
  23. #define __INC_TC_FW_HW_IMG_8821C_H
  24. /******************************************************************************
  25. * FW_AP.TXT
  26. ******************************************************************************/
  27. void
  28. odm_read_firmware_tc_8821c_fw_ap(
  29. struct PHY_DM_STRUCT *p_dm_odm,
  30. u8 *p_firmware,
  31. u32 *p_firmware_size
  32. );
  33. /******************************************************************************
  34. * FW_NIC.TXT
  35. ******************************************************************************/
  36. void
  37. odm_read_firmware_tc_8821c_fw_nic(
  38. struct PHY_DM_STRUCT *p_dm_odm,
  39. u8 *p_firmware,
  40. u32 *p_firmware_size
  41. );
  42. /******************************************************************************
  43. * FW_WoWLAN.TXT
  44. ******************************************************************************/
  45. void
  46. odm_read_firmware_tc_8821c_fw_wowlan(
  47. struct PHY_DM_STRUCT *p_dm_odm,
  48. u8 *p_firmware,
  49. u32 *p_firmware_size
  50. );
  51. #endif
  52. #endif /* end of HWIMG_SUPPORT*/