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 /*Image2HeaderVersion: 3.5.2*/ 17 #if (RTL8188F_SUPPORT == 1) 18 #ifndef __INC_MP_RF_HW_IMG_8188F_H 19 #define __INC_MP_RF_HW_IMG_8188F_H 20 21 22 /****************************************************************************** 23 * radioa.TXT 24 ******************************************************************************/ 25 26 void 27 odm_read_and_config_mp_8188f_radioa(/* tc: Test Chip, mp: mp Chip*/ 28 struct dm_struct *dm 29 ); 30 u32 odm_get_version_mp_8188f_radioa(void); 31 32 /****************************************************************************** 33 * txpowertrack_ap.TXT 34 ******************************************************************************/ 35 36 void 37 odm_read_and_config_mp_8188f_txpowertrack_ap(/* tc: Test Chip, mp: mp Chip*/ 38 struct dm_struct *dm 39 ); 40 u32 odm_get_version_mp_8188f_txpowertrack_ap(void); 41 42 /****************************************************************************** 43 * txpowertrack_sdio.TXT 44 ******************************************************************************/ 45 46 void 47 odm_read_and_config_mp_8188f_txpowertrack_sdio(/* tc: Test Chip, mp: mp Chip*/ 48 struct dm_struct *dm 49 ); 50 u32 odm_get_version_mp_8188f_txpowertrack_sdio(void); 51 52 /****************************************************************************** 53 * txpowertrack_usb.TXT 54 ******************************************************************************/ 55 56 void 57 odm_read_and_config_mp_8188f_txpowertrack_usb(/* tc: Test Chip, mp: mp Chip*/ 58 struct dm_struct *dm 59 ); 60 u32 odm_get_version_mp_8188f_txpowertrack_usb(void); 61 62 /****************************************************************************** 63 * txpwr_lmt.TXT 64 ******************************************************************************/ 65 66 void 67 odm_read_and_config_mp_8188f_txpwr_lmt(/* tc: Test Chip, mp: mp Chip*/ 68 struct dm_struct *dm 69 ); 70 u32 odm_get_version_mp_8188f_txpwr_lmt(void); 71 72 #endif 73 #endif /* end of HWIMG_SUPPORT*/ 74 75