1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
2 /* Copyright(c) 2007 - 2011 Realtek Corporation. */
3 
4 #ifndef __INC_BB_8188E_HW_IMG_H
5 #define __INC_BB_8188E_HW_IMG_H
6 
7 /* static bool CheckCondition(const u32 Condition, const u32 Hex); */
8 
9 /******************************************************************************
10 *                           AGC_TAB_1T.TXT
11 ******************************************************************************/
12 
13 int ODM_ReadAndConfig_AGC_TAB_1T_8188E(struct odm_dm_struct *odm);
14 
15 /******************************************************************************
16 *                           PHY_REG_1T.TXT
17 ******************************************************************************/
18 
19 int ODM_ReadAndConfig_PHY_REG_1T_8188E(struct odm_dm_struct *odm);
20 
21 /******************************************************************************
22 *                           PHY_REG_PG.TXT
23 ******************************************************************************/
24 
25 void ODM_ReadAndConfig_PHY_REG_PG_8188E(struct odm_dm_struct *dm_odm);
26 
27 #endif
28