diff options
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 |
