staging: android: ion: Pull out ion ioctls to a separate file
[linux-2.6/btrfs-unstable.git] / drivers / staging / rtl8723au / include / odm_precomp.h
blobfb793c8ba7f8ddc0622b4ed0cf29428bd76e2214
1 /******************************************************************************
3 * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
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.
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.
14 ******************************************************************************/
16 #ifndef __ODM_PRECOMP_H__
17 #define __ODM_PRECOMP_H__
19 /* 2 Config Flags and Structs - defined by each ODM Type */
21 #include <osdep_service.h>
22 #include <drv_types.h>
23 #include <hal_intf.h>
26 /* 2 Hardware Parameter Files */
27 #include "Hal8723UHWImg_CE.h"
30 /* 2 OutSrc Header Files */
32 #include "odm.h"
33 #include "odm_HWConfig.h"
34 #include "odm_debug.h"
35 #include "odm_RegDefine11N.h"
37 #include "HalDMOutSrc8723A.h" /* for IQK,LCK,Power-tracking */
38 #include "rtl8723a_hal.h"
40 #include "odm_interface.h"
41 #include "odm_reg.h"
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"
49 #endif /* __ODM_PRECOMP_H__ */