GNU Linux-libre 4.19.286-gnu1
[releases.git] / drivers / staging / rtl8723bs / hal / odm_precomp.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /******************************************************************************
3  *
4  * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
5  *
6  ******************************************************************************/
7
8 #ifndef __ODM_PRECOMP_H__
9 #define __ODM_PRECOMP_H__
10
11 #include "odm_types.h"
12
13 #define         TEST_FALG___            1
14
15 /* 2 Config Flags and Structs - defined by each ODM Type */
16
17         /* include <basic_types.h> */
18         /* include <osdep_service.h> */
19         /* include <drv_types.h> */
20         /* include <rtw_byteorder.h> */
21         /* include <hal_intf.h> */
22 #define BEAMFORMING_SUPPORT 0
23
24 /* 2 Hardware Parameter Files */
25
26 /* 2 OutSrc Header Files */
27
28 #include "odm.h"
29 #include "odm_HWConfig.h"
30 #include "odm_debug.h"
31 #include "odm_RegDefine11N.h"
32 #include "odm_AntDiv.h"
33 #include "odm_EdcaTurboCheck.h"
34 #include "odm_DIG.h"
35 #include "odm_PathDiv.h"
36 #include "odm_DynamicBBPowerSaving.h"
37 #include "odm_DynamicTxPower.h"
38 #include "odm_CfoTracking.h"
39 #include "odm_NoiseMonitor.h"
40 #include "HalPhyRf.h"
41 #include "HalPhyRf_8723B.h"/* for IQK, LCK, Power-tracking */
42 #include "rtl8723b_hal.h"
43 #include "odm_interface.h"
44 #include "odm_reg.h"
45 #include "HalHWImg8723B_MAC.h"
46 #include "HalHWImg8723B_RF.h"
47 #include "HalHWImg8723B_BB.h"
48 #include "Hal8723BReg.h"
49 #include "odm_RTL8723B.h"
50 #include "odm_RegConfig8723B.h"
51
52 #endif  /*  __ODM_PRECOMP_H__ */