1 /****************************************************************************** 2 * 3 * Copyright(c) 2007 - 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 #if (RTL8723B_SUPPORT == 1) 17 #ifndef __INC_MP_HW_IMG_8723B_H 18 19 #define __INC_MP_HW_IMG_8723B_H 20 21 #ifdef CONFIG_MP_INCLUDED 22 23 #define rtl8723b_fw_bt_img_array_length 20564 24 25 #define rtl8723b_phyreg_array_mp_length 4 26 27 extern u8 rtl8723b_fw_bt_img_array[rtl8723b_fw_bt_img_array_length]; 28 extern const u32 rtl8723b_phyreg_array_mp[rtl8723b_phyreg_array_mp_length]; 29 30 void 31 odm_read_firmware_mp_8723b_fw_mp( 32 struct PHY_DM_STRUCT *p_dm, 33 u8 *p_firmware, 34 u32 *p_firmware_size 35 ); 36 37 38 #endif /* CONFIG_MP_INCLUDED */ 39 #endif 40 #endif 41