diff options
Diffstat (limited to 'OvmfPkg/XenAcpiPlatformDxe/AcpiPlatform.h')
-rw-r--r-- | OvmfPkg/XenAcpiPlatformDxe/AcpiPlatform.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/OvmfPkg/XenAcpiPlatformDxe/AcpiPlatform.h b/OvmfPkg/XenAcpiPlatformDxe/AcpiPlatform.h index 47d9769ed1..ccb5b092ad 100644 --- a/OvmfPkg/XenAcpiPlatformDxe/AcpiPlatform.h +++ b/OvmfPkg/XenAcpiPlatformDxe/AcpiPlatform.h @@ -15,14 +15,13 @@ EFI_STATUS
EFIAPI
InstallXenTables (
- IN EFI_ACPI_TABLE_PROTOCOL *AcpiProtocol
+ IN EFI_ACPI_TABLE_PROTOCOL *AcpiProtocol
);
EFI_STATUS
EFIAPI
InstallAcpiTables (
- IN EFI_ACPI_TABLE_PROTOCOL *AcpiTable
+ IN EFI_ACPI_TABLE_PROTOCOL *AcpiTable
);
#endif
-
|