]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Uefi/UefiAcpiDataTable.h
Add definitions for the UEFI ACPI Data Table defined in the UEFI spec and the SMM...
[mirror_edk2.git] / MdePkg / Include / Uefi / UefiAcpiDataTable.h
diff --git a/MdePkg/Include/Uefi/UefiAcpiDataTable.h b/MdePkg/Include/Uefi/UefiAcpiDataTable.h
new file mode 100644 (file)
index 0000000..d0245fc
--- /dev/null
@@ -0,0 +1,29 @@
+/** @file\r
+  UEFI ACPI Data Table Definition.\r
+\r
+Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials are licensed and made available under \r
+the terms and conditions of the BSD License that accompanies this distribution.  \r
+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 __UEFI_ACPI_DATA_TABLE_H__\r
+#define __UEFI_ACPI_DATA_TABLE_H__\r
+\r
+#include <IndustryStandard/Acpi.h>\r
+\r
+#pragma pack(1)\r
+typedef struct {\r
+  EFI_ACPI_DESCRIPTION_HEADER   Header;\r
+  GUID                          Identifier;\r
+  UINT16                        DataOffset;\r
+} EFI_ACPI_DATA_TABLE;\r
+#pragma pack()\r
+\r
+#endif\r
+\r