halbt_precomp.h 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. * The full GNU General Public License is included in this distribution in the
  15. * file called LICENSE.
  16. *
  17. * Contact Information:
  18. * wlanfae <wlanfae@realtek.com>
  19. * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
  20. * Hsinchu 300, Taiwan.
  21. * Larry Finger <Larry.Finger@lwfinger.net>
  22. *
  23. ******************************************************************************/
  24. #ifndef __HALBT_PRECOMP_H__
  25. #define __HALBT_PRECOMP_H__
  26. /*************************************************************
  27. * include files
  28. *************************************************************/
  29. #include "../wifi.h"
  30. #include "../efuse.h"
  31. #include "../base.h"
  32. #include "../regd.h"
  33. #include "../cam.h"
  34. #include "../ps.h"
  35. #include "../pci.h"
  36. #include "halbtcoutsrc.h"
  37. #include "halbtc8192e2ant.h"
  38. #include "halbtc8723b1ant.h"
  39. #include "halbtc8723b2ant.h"
  40. #include "halbtc8821a2ant.h"
  41. #include "halbtc8821a1ant.h"
  42. #define GetDefaultAdapter(padapter) padapter
  43. #define BIT0 0x00000001
  44. #define BIT1 0x00000002
  45. #define BIT2 0x00000004
  46. #define BIT3 0x00000008
  47. #define BIT4 0x00000010
  48. #define BIT5 0x00000020
  49. #define BIT6 0x00000040
  50. #define BIT7 0x00000080
  51. #define BIT8 0x00000100
  52. #define BIT9 0x00000200
  53. #define BIT10 0x00000400
  54. #define BIT11 0x00000800
  55. #define BIT12 0x00001000
  56. #define BIT13 0x00002000
  57. #define BIT14 0x00004000
  58. #define BIT15 0x00008000
  59. #define BIT16 0x00010000
  60. #define BIT17 0x00020000
  61. #define BIT18 0x00040000
  62. #define BIT19 0x00080000
  63. #define BIT20 0x00100000
  64. #define BIT21 0x00200000
  65. #define BIT22 0x00400000
  66. #define BIT23 0x00800000
  67. #define BIT24 0x01000000
  68. #define BIT25 0x02000000
  69. #define BIT26 0x04000000
  70. #define BIT27 0x08000000
  71. #define BIT28 0x10000000
  72. #define BIT29 0x20000000
  73. #define BIT30 0x40000000
  74. #define BIT31 0x80000000
  75. #endif /* __HALBT_PRECOMP_H__ */