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_RTL8821C 17 18 #ifndef _FW_HEADER_8821C_H 19 #define _FW_HEADER_8821C_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_8821c_fw_ap[115224]; 24 extern u32 array_length_mp_8821c_fw_ap; 25 #endif 26 27 #if (DM_ODM_SUPPORT_TYPE & (ODM_WIN)) || (DM_ODM_SUPPORT_TYPE & (ODM_CE)) 28 extern u8 array_mp_8821c_fw_nic[137896]; 29 extern u32 array_length_mp_8821c_fw_nic; 30 extern u8 array_mp_8821c_fw_spic[73056]; 31 extern u32 array_length_mp_8821c_fw_spic; 32 #ifdef CONFIG_WOWLAN 33 extern u8 array_mp_8821c_fw_wowlan[102608]; 34 extern u32 array_length_mp_8821c_fw_wowlan; 35 #endif /*CONFIG_WOWLAN*/ 36 #endif 37 #endif /* end of LOAD_FW_HEADER_FROM_DRIVER */ 38 39 #endif 40 41 #endif 42 43