net: wireless: rockchip_wlan: add rtl8188fu support
[firefly-linux-kernel-4.4.55.git] / drivers / net / wireless / rockchip_wlan / rtl8188fu / hal / phydm / rtl8188f / halhwimg8188f_fw.h
diff --git a/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/rtl8188f/halhwimg8188f_fw.h b/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/rtl8188f/halhwimg8188f_fw.h
new file mode 100644 (file)
index 0000000..2778653
--- /dev/null
@@ -0,0 +1,62 @@
+/****************************************************************************** \r
+* \r
+* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. \r
+* \r
+* This program is free software; you can redistribute it and/or modify it \r
+* under the terms of version 2 of the GNU General Public License as \r
+* published by the Free Software Foundation. \r
+* \r
+* This program is distributed in the hope that it will be useful, but WITHOUT \r
+* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or \r
+* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for \r
+* more details. \r
+* \r
+* You should have received a copy of the GNU General Public License along with \r
+* this program; if not, write to the Free Software Foundation, Inc., \r
+* 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA \r
+* \r
+* \r
+******************************************************************************/\r
+\r
+/*Image2HeaderVersion: 2.16*/\r
+#if (RTL8188F_SUPPORT == 1)\r
+#ifndef __INC_MP_FW_HW_IMG_8188F_H\r
+#define __INC_MP_FW_HW_IMG_8188F_H\r
+\r
+\r
+/******************************************************************************\r
+*                           FW_AP.TXT\r
+******************************************************************************/\r
+\r
+void\r
+ODM_ReadFirmware_MP_8188F_FW_AP(\r
+       IN   PDM_ODM_T    pDM_Odm,\r
+       OUT  u1Byte       *pFirmware,\r
+       OUT  u4Byte       *pFirmwareSize\r
+);\r
+\r
+/******************************************************************************\r
+*                           FW_NIC.TXT\r
+******************************************************************************/\r
+\r
+void\r
+ODM_ReadFirmware_MP_8188F_FW_NIC(\r
+       IN   PDM_ODM_T    pDM_Odm,\r
+       OUT  u1Byte       *pFirmware,\r
+       OUT  u4Byte       *pFirmwareSize\r
+);\r
+\r
+/******************************************************************************\r
+*                           FW_WoWLAN.TXT\r
+******************************************************************************/\r
+\r
+void\r
+ODM_ReadFirmware_MP_8188F_FW_WoWLAN(\r
+       IN   PDM_ODM_T    pDM_Odm,\r
+       OUT  u1Byte       *pFirmware,\r
+       OUT  u4Byte       *pFirmwareSize\r
+);\r
+\r
+#endif\r
+#endif /* end of HWIMG_SUPPORT*/\r
+\r