]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CorebootModulePkg/CorebootModulePkg/Include/Guid/SystemTableInfoGuid.h
Pkg-Module: CorebootModulePkg
[mirror_edk2.git] / CorebootModulePkg / CorebootModulePkg / Include / Guid / SystemTableInfoGuid.h
diff --git a/CorebootModulePkg/CorebootModulePkg/Include/Guid/SystemTableInfoGuid.h b/CorebootModulePkg/CorebootModulePkg/Include/Guid/SystemTableInfoGuid.h
new file mode 100644 (file)
index 0000000..5147645
--- /dev/null
@@ -0,0 +1,30 @@
+/** @file\r
+  This file defines the hob structure for system tables like ACPI, SMBIOS tables.\r
+  \r
+  Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>\r
+  This program and the accompanying materials\r
+  are licensed and made available under the terms and conditions of the BSD License\r
+  which accompanies this distribution.  The full text of the license may be found at\r
+  http://opensource.org/licenses/bsd-license.php.\r
+\r
+  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+\r
+**/\r
+\r
+#ifndef __SYSTEM_TABLE_INFO_GUID_H__\r
+#define __SYSTEM_TABLE_INFO_GUID_H__\r
+\r
+///\r
+/// System Table Information GUID\r
+///\r
+extern EFI_GUID gUefiSystemTableInfoGuid;\r
+\r
+typedef struct {  \r
+  UINT64             AcpiTableBase;\r
+  UINT32             AcpiTableSize;  \r
+  UINT64             SmbiosTableBase;    \r
+  UINT32             SmbiosTableSize;  \r
+} SYSTEM_TABLE_INFO;  \r
+  \r
+#endif\r