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 16 #ifdef CONFIG_RTL8822C 17 18 #ifndef _FW_HEADER_8822C_H 19 #define _FW_HEADER_8822C_H 20 21 #ifdef LOAD_FW_HEADER_FROM_DRIVER 22 #if (defined(CONFIG_AP_WOWLAN) || (DM_ODM_SUPPORT_TYPE & (ODM_AP))) 23 extern u8 array_mp_8822c_fw_ap[130048]; 24 extern u32 array_length_mp_8822c_fw_ap; 25 #endif 26 27 #if (DM_ODM_SUPPORT_TYPE & (ODM_WIN)) || (DM_ODM_SUPPORT_TYPE & (ODM_CE)) 28 extern u8 array_mp_8822c_fw_nic[196888]; 29 extern u32 array_length_mp_8822c_fw_nic; 30 31 #if !(DM_ODM_SUPPORT_TYPE & (ODM_CE)) 32 extern u8 array_mp_8822c_fw_spic[115168]; 33 extern u32 array_length_mp_8822c_fw_spic; 34 #endif /*!(DM_ODM_SUPPORT_TYPE & (ODM_CE))*/ 35 36 #ifdef CONFIG_WOWLAN 37 extern u8 array_mp_8822c_fw_wowlan[144512]; 38 extern u32 array_length_mp_8822c_fw_wowlan; 39 #endif /*CONFIG_WOWLAN*/ 40 #endif 41 #endif /* end of LOAD_FW_HEADER_FROM_DRIVER */ 42 43 #endif 44 45 #endif 46 47