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_RegDefine11N.h"
31#include "odm_EdcaTurboCheck.h"
32#include "odm_DIG.h"
33#include "odm_DynamicBBPowerSaving.h"
34#include "odm_DynamicTxPower.h"
35#include "odm_CfoTracking.h"
36#include "HalPhyRf.h"
37#include "HalPhyRf_8723B.h"/* for IQK, LCK, Power-tracking */
38#include "rtl8723b_hal.h"
39#include "odm_interface.h"
40#include "odm_reg.h"
41#include "HalHWImg8723B_MAC.h"
42#include "HalHWImg8723B_RF.h"
43#include "HalHWImg8723B_BB.h"
44#include "Hal8723BReg.h"
45#include "odm_RegConfig8723B.h"
46
47#endif /* __ODM_PRECOMP_H__ */
48

source code of linux/drivers/staging/rtl8723bs/hal/odm_precomp.h