xref: /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/phydm/rtl8723b/halhwimg8723b_mp.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1 /******************************************************************************
2 *
3 * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
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 * You should have received a copy of the GNU General Public License along with
15 * this program; if not, write to the Free Software Foundation, Inc.,
16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
17 *
18 *
19 ******************************************************************************/
20 
21 #if (RTL8723B_SUPPORT==1)
22 #ifndef __INC_MP_HW_IMG_8723B_H
23 
24 #define __INC_MP_HW_IMG_8723B_H
25 
26 #ifdef CONFIG_MP_INCLUDED
27 
28 #define Rtl8723BFwBTImgArrayLength 20564
29 
30 #define Rtl8723B_PHYREG_Array_MPLength 4
31 
32 extern u8 Rtl8723BFwBTImgArray[Rtl8723BFwBTImgArrayLength];
33 extern const u32 Rtl8723B_PHYREG_Array_MP[Rtl8723B_PHYREG_Array_MPLength];
34 
35 void
36 ODM_ReadFirmware_MP_8723B_FW_MP(
37 	 IN   PDM_ODM_T    pDM_Odm,
38 	 OUT  u1Byte	   *pFirmware,
39 	 OUT  u4Byte	   *pFirmwareSize
40 );
41 
42 
43 #endif //CONFIG_MP_INCLUDED
44 #endif
45 #endif
46