xref: /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/rtl8723d/hal8723d_fw.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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_RTL8723D
17 
18 #ifndef _FW_HEADER_8723D_H
19 #define _FW_HEADER_8723D_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_8723d_fw_ap[27390];
24 extern u32 array_length_mp_8723d_fw_ap;
25 #endif
26 
27 #if (DM_ODM_SUPPORT_TYPE & (ODM_WIN)) || (DM_ODM_SUPPORT_TYPE & (ODM_CE))
28 extern u8 array_mp_8723d_fw_nic[30830];
29 extern u32 array_length_mp_8723d_fw_nic;
30 #ifdef CONFIG_WOWLAN
31 extern u8 array_mp_8723d_fw_wowlan[31828];
32 extern u32 array_length_mp_8723d_fw_wowlan;
33 #endif /*CONFIG_WOWLAN*/
34 #endif
35 #endif /* end of LOAD_FW_HEADER_FROM_DRIVER */
36 
37 #endif
38 
39 #endif
40 
41