M7350/wlan/8192es/DriverSrcPkg/Driver/rtl8192cd_92es/WlanHAL/HalPrecomp.h
2024-09-09 08:59:52 +00:00

32 lines
638 B
C
Executable File

#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
#include "Include/PlatformDef.h"
#include "Include/GeneralDef.h"
//Driver Configuration & Input
#include "HalCfg.h"
#include "HalPrecompInc.h"
#endif //#ifndef __INC_PRECOMP_H