]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/Include/Protocol/QemuAcpiTableNotify.h
OvmfPkg: Update AcpiPlatformDxe to alter MADT table
[mirror_edk2.git] / OvmfPkg / Include / Protocol / QemuAcpiTableNotify.h
diff --git a/OvmfPkg/Include/Protocol/QemuAcpiTableNotify.h b/OvmfPkg/Include/Protocol/QemuAcpiTableNotify.h
new file mode 100644 (file)
index 0000000..a3dd2fc
--- /dev/null
@@ -0,0 +1,27 @@
+/** @file\r
+\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
+**/\r
+\r
+#ifndef QEMU_ACPI_TABLE_NOTIFY_H_\r
+#define QEMU_ACPI_TABLE_NOTIFY_H_\r
+\r
+#define QEMU_ACPI_TABLE_NOTIFY_GUID \\r
+  { 0x928939b2, 0x4235, 0x462f, { 0x95, 0x80, 0xf6, 0xa2, 0xb2, 0xc2, 0x1a, 0x4f } };\r
+\r
+///\r
+/// Forward declaration\r
+///\r
+typedef struct _QEMU_ACPI_TABLE_NOTIFY_PROTOCOL QEMU_ACPI_TABLE_NOTIFY_PROTOCOL;\r
+\r
+///\r
+/// Protocol structure\r
+///\r
+struct _QEMU_ACPI_TABLE_NOTIFY_PROTOCOL {\r
+  UINT8    Notify;\r
+};\r
+\r
+extern EFI_GUID  gQemuAcpiTableNotifyProtocolGuid;\r
+\r
+#endif\r