/***************************************************************** ***************************************************************** *** ** *** (C)Copyright 2005-2006, American Megatrends Inc. ** *** ** *** All Rights Reserved. ** *** ** *** 6145-F, Northbelt Parkway, Norcross, ** *** ** *** Georgia - 30071, USA. Phone-(770)-246-8600. ** *** ** ***************************************************************** ****************************************************************** * * nvrdata.h * NVRAM Data * * Author: Govind Kothandapani * ******************************************************************/ #ifndef NVR_DATA_H #define NVR_DATA_H #include "PMConfig.h" /** * NVRAM Handles **/ #define NVRH_USERCONFIG 0 #define NVRH_CHCONFIG 0 #define NVRH_SDR 0 #if 0 /*** Extern Definitions ***/ extern _FAR_ const ChcfgInfo_T g_IPMBChcfg; extern _FAR_ const ChcfgInfo_T g_SysChcfg; extern _FAR_ const ChcfgInfo_T g_LanChcfg1; extern _FAR_ const ChcfgInfo_T g_LanChcfg2; extern _FAR_ const ChcfgInfo_T g_LanChcfg3; extern _FAR_ const ChcfgInfo_T g_SerialChcfg; extern _FAR_ const ChcfgInfo_T g_IcmbChcfg; extern _FAR_ const ChcfgInfo_T g_SMBChcfg; extern _FAR_ const ChcfgInfo_T g_SMMChcfg; extern _FAR_ const ChcfgInfo_T g_SmlinkipmbChcfg; #endif #endif /* NVR_DATA_H */