summaryrefslogtreecommitdiff
path: root/Board/EM/Platform/AcpiIntelRC.h
diff options
context:
space:
mode:
Diffstat (limited to 'Board/EM/Platform/AcpiIntelRC.h')
-rw-r--r--Board/EM/Platform/AcpiIntelRC.h64
1 files changed, 64 insertions, 0 deletions
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.
+//
+//*************************************************************************
+//*************************************************************************
+//<AMI_FHDR_START>
+//
+// Name: AcpiIntelRC.h
+//
+// Description: AcpiPlatform header file, Change ASL name
+//
+//<AMI_FHDR_END>
+//*************************************************************************
+
+#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 **
+//** **
+//*************************************************************************
+//*************************************************************************
+
+