linux/drivers/staging/rtl8723au/include/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/* 2 Config Flags and Structs - defined by each ODM Type */
  20
  21#include <osdep_service.h>
  22#include <drv_types.h>
  23#include <hal_intf.h>
  24
  25
  26/* 2 Hardware Parameter Files */
  27#include "Hal8723UHWImg_CE.h"
  28
  29
  30/* 2 OutSrc Header Files */
  31
  32#include "odm.h"
  33#include "odm_HWConfig.h"
  34#include "odm_debug.h"
  35#include "odm_RegDefine11N.h"
  36
  37#include "HalDMOutSrc8723A.h" /* for IQK,LCK,Power-tracking */
  38#include "rtl8723a_hal.h"
  39
  40#include "odm_interface.h"
  41#include "odm_reg.h"
  42
  43#include "HalHWImg8723A_MAC.h"
  44#include "HalHWImg8723A_RF.h"
  45#include "HalHWImg8723A_BB.h"
  46#include "HalHWImg8723A_FW.h"
  47#include "odm_RegConfig8723A.h"
  48
  49#endif  /*  __ODM_PRECOMP_H__ */
  50