staging: r8192ee: Add code for Bluetooth coexistence
[cascardo/linux.git] / drivers / staging / rtl8192ee / btcoexist / halbt_precomp.h
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 __HALBT_PRECOMP_H__
17 #define __HALBT_PRECOMP_H__
18 /*************************************************************
19  * include files
20  *************************************************************/
21 #include "../wifi.h"
22 #include "../efuse.h"
23 #include "../base.h"
24 #include "../regd.h"
25 #include "../cam.h"
26 #include "../ps.h"
27 #include "../pci.h"
28
29 #include "halbtcoutsrc.h"
30
31
32 #include "halbtc8192e2ant.h"
33 #include "halbtc8723b1ant.h"
34 #include "halbtc8723b2ant.h"
35 #include "halbtc8821a2ant.h"
36 #include "halbtc8821a1ant.h"
37
38 #define MASKBYTE0                       0xff
39 #define MASKBYTE1                       0xff00
40 #define MASKBYTE2                       0xff0000
41 #define MASKBYTE3                       0xff000000
42 #define MASKHWORD                       0xffff0000
43 #define MASKLWORD                       0x0000ffff
44 #define MASKDWORD                       0xffffffff
45 #define MASK12BITS                      0xfff
46 #define MASKH4BITS                      0xf0000000
47 #define MASKOFDM_D                      0xffc00000
48 #define MASKCCK                         0x3f3f3f3f
49
50 #endif  /* __HALBT_PRECOMP_H__ */