]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Include/Protocol/QemuAcpiTableNotify.h
OvmfPkg: Update AcpiPlatformDxe to alter MADT table
[mirror_edk2.git] / OvmfPkg / Include / Protocol / QemuAcpiTableNotify.h
CommitLineData
9fdc70af
MX
1/** @file\r
2\r
3 SPDX-License-Identifier: BSD-2-Clause-Patent\r
4\r
5**/\r
6\r
7#ifndef QEMU_ACPI_TABLE_NOTIFY_H_\r
8#define QEMU_ACPI_TABLE_NOTIFY_H_\r
9\r
10#define QEMU_ACPI_TABLE_NOTIFY_GUID \\r
11 { 0x928939b2, 0x4235, 0x462f, { 0x95, 0x80, 0xf6, 0xa2, 0xb2, 0xc2, 0x1a, 0x4f } };\r
12\r
13///\r
14/// Forward declaration\r
15///\r
16typedef struct _QEMU_ACPI_TABLE_NOTIFY_PROTOCOL QEMU_ACPI_TABLE_NOTIFY_PROTOCOL;\r
17\r
18///\r
19/// Protocol structure\r
20///\r
21struct _QEMU_ACPI_TABLE_NOTIFY_PROTOCOL {\r
22 UINT8 Notify;\r
23};\r
24\r
25extern EFI_GUID gQemuAcpiTableNotifyProtocolGuid;\r
26\r
27#endif\r