From b7c51c9cf4864df6aabb99a1ae843becd577237c Mon Sep 17 00:00:00 2001 From: raywu Date: Fri, 15 Jun 2018 00:00:50 +0800 Subject: init. 1AQQW051 --- Board/EM/Platform/AcpiIntelRC.h | 64 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 Board/EM/Platform/AcpiIntelRC.h (limited to 'Board/EM/Platform/AcpiIntelRC.h') diff --git a/Board/EM/Platform/AcpiIntelRC.h b/Board/EM/Platform/AcpiIntelRC.h new file mode 100644 index 0000000..72de447 --- /dev/null +++ b/Board/EM/Platform/AcpiIntelRC.h @@ -0,0 +1,64 @@ +//************************************************************************* +//************************************************************************* +//** ** +//** (C)Copyright 1985-2011, American Megatrends, Inc. ** +//** ** +//** All Rights Reserved. ** +//** ** +//** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 ** +//** ** +//** Phone: (770)-246-8600 ** +//** ** +//************************************************************************* +//************************************************************************* + +//************************************************************************* +// $Header: /Alaska/SOURCE/Modules/SharkBayRefCodes/Platform/AcpiIntelRC.h 1 2/09/12 12:31a Yurenlai $ +// +// $Revision: 1 $ +// +// $Date: 2/09/12 12:31a $ +//************************************************************************* +// Revision History +// ---------------- +// $Log: /Alaska/SOURCE/Modules/SharkBayRefCodes/Platform/AcpiIntelRC.h $ +// +// 1 2/09/12 12:31a Yurenlai +// Initial check in. +// +//************************************************************************* +//************************************************************************* +// +// +// Name: AcpiIntelRC.h +// +// Description: AcpiPlatform header file, Change ASL name +// +// +//************************************************************************* + +#ifndef __ACPIINTELRC_H__ +#define __ACPIINTELRC_H__ + +// Change name "SBRG" to "LPCB" for Intel RC +#define SBRG LPCB + + +#endif + + +//************************************************************************* +//************************************************************************* +//** ** +//** (C)Copyright 1985-2011, American Megatrends, Inc. ** +//** ** +//** All Rights Reserved. ** +//** ** +//** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 ** +//** ** +//** Phone: (770)-246-8600 ** +//** ** +//************************************************************************* +//************************************************************************* + + -- cgit v1.2.3