hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/******************************************************************************
 *
 * Copyright(c) 2016 - 2017 Realtek Corporation.
 *
 * This program is free software; you can redistribute it and/or modify it
 * under the terms of version 2 of the GNU General Public License as
 * published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
 * more details.
 *
 *****************************************************************************/
 
#ifdef CONFIG_RTL8723B
#ifndef _FW_HEADER_8723B_H
#define _FW_HEADER_8723B_H
 
#ifdef LOAD_FW_HEADER_FROM_DRIVER
#if (defined(CONFIG_AP_WOWLAN) || (DM_ODM_SUPPORT_TYPE & (ODM_AP)))
extern u8 array_mp_8723b_fw_ap[22886];
extern u32 array_length_mp_8723b_fw_ap;
#endif
 
#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN)) || (DM_ODM_SUPPORT_TYPE & (ODM_CE))
extern u8 array_mp_8723b_fw_nic[32272];
extern u32 array_length_mp_8723b_fw_nic;
extern u8 array_mp_8723b_fw_wowlan[27432];
extern u32 array_length_mp_8723b_fw_wowlan;
#endif
#endif /* end of LOAD_FW_HEADER_FROM_DRIVER*/
 
#endif
#endif /* end of HWIMG_SUPPORT*/