linux/drivers/staging/rtl8723bs/hal/odm_precomp.h
<<
>>
Prefs
   1/******************************************************************************
   2 *
   3 * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
   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#ifndef __ODM_PRECOMP_H__
  17#define __ODM_PRECOMP_H__
  18
  19#include "odm_types.h"
  20
  21#define         TEST_FALG___            1
  22
  23/* 2 Config Flags and Structs - defined by each ODM Type */
  24
  25        /* include <basic_types.h> */
  26        /* include <osdep_service.h> */
  27        /* include <drv_types.h> */
  28        /* include <rtw_byteorder.h> */
  29        /* include <hal_intf.h> */
  30#define BEAMFORMING_SUPPORT 0
  31
  32/* 2 Hardware Parameter Files */
  33
  34/* 2 OutSrc Header Files */
  35
  36#include "odm.h"
  37#include "odm_HWConfig.h"
  38#include "odm_debug.h"
  39#include "odm_RegDefine11N.h"
  40#include "odm_AntDiv.h"
  41#include "odm_EdcaTurboCheck.h"
  42#include "odm_DIG.h"
  43#include "odm_PathDiv.h"
  44#include "odm_DynamicBBPowerSaving.h"
  45#include "odm_DynamicTxPower.h"
  46#include "odm_CfoTracking.h"
  47#include "odm_NoiseMonitor.h"
  48#include "HalPhyRf.h"
  49#include "HalPhyRf_8723B.h"/* for IQK, LCK, Power-tracking */
  50#include "rtl8723b_hal.h"
  51#include "odm_interface.h"
  52#include "odm_reg.h"
  53#include "HalHWImg8723B_MAC.h"
  54#include "HalHWImg8723B_RF.h"
  55#include "HalHWImg8723B_BB.h"
  56#include "Hal8723BReg.h"
  57#include "odm_RTL8723B.h"
  58#include "odm_RegConfig8723B.h"
  59
  60#endif  /*  __ODM_PRECOMP_H__ */
  61