diff options
| author | Roman Yeryomin <roman@advem.lv> | 2013-05-17 20:40:24 +0300 |
|---|---|---|
| committer | Roman Yeryomin <roman@advem.lv> | 2013-05-26 00:48:34 +0300 |
| commit | 7e810011201bf926cba09ec07424893e4cd8ce67 (patch) | |
| tree | 202fc7a42607e366848ca59c7a61a8f9fa2712ca /target/linux/realtek/files/drivers/net/wireless/rtl8192e/WlanHAL/HalPrecomp.h | |
| parent | a45894b5a0f65585440d98bf71ef3e919c84cb5f (diff) | |
Move to rsdk 3.2.4. Compiles cleanly.
Signed-off-by: Roman Yeryomin <roman@advem.lv>
Diffstat (limited to 'target/linux/realtek/files/drivers/net/wireless/rtl8192e/WlanHAL/HalPrecomp.h')
| -rw-r--r-- | target/linux/realtek/files/drivers/net/wireless/rtl8192e/WlanHAL/HalPrecomp.h | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/target/linux/realtek/files/drivers/net/wireless/rtl8192e/WlanHAL/HalPrecomp.h b/target/linux/realtek/files/drivers/net/wireless/rtl8192e/WlanHAL/HalPrecomp.h new file mode 100644 index 000000000..31e56db15 --- /dev/null +++ b/target/linux/realtek/files/drivers/net/wireless/rtl8192e/WlanHAL/HalPrecomp.h @@ -0,0 +1,39 @@ +#ifndef __INC_PRECOMP_H +#define __INC_PRECOMP_H + +/*++ +Copyright (c) Realtek Semiconductor Corp. All rights reserved. + +Module Name: + HalPrecomp.h + +Abstract: + Defined HAL Configure + +Major Change History: + When Who What + ---------- --------------- ------------------------------- + 2012-03-23 Filen Create. +--*/ + +//Avoid Recusive include, confused with Driver +// Only WlanHAL files define +#define WLAN_HAL_INTERNAL_USED +#ifndef __ECOS +#include "PlatformDef.h" +#include "GeneralDef.h" + +//Driver Configuration & Input +#include "HalCfg.h" +#include "HalPrecompInc.h" +#else // use relative + +#include "Include/PlatformDef.h" +#include "Include/GeneralDef.h" + +//Driver Configuration & Input +#include "HalCfg.h" +#include "HalPrecompInc.h" + +#endif +#endif //#ifndef __INC_PRECOMP_H |
