summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/AcpiPlatformDxe/AcpiPlatform.h
diff options
context:
space:
mode:
authorCorvin Köhne <corvink@freebsd.org>2023-06-21 09:31:15 +0200
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2023-06-23 17:26:37 +0000
commit5a118a61d12215dc1a984c4bec76fb59c6efa2bb (patch)
treee31b54140d43df03acf6881a772e31d2311ae564 /OvmfPkg/AcpiPlatformDxe/AcpiPlatform.h
parent0f612c1443975904ff9ef1b9e3b980f8ea009ab6 (diff)
downloadedk2-5a118a61d12215dc1a984c4bec76fb59c6efa2bb.tar.gz
edk2-5a118a61d12215dc1a984c4bec76fb59c6efa2bb.tar.bz2
edk2-5a118a61d12215dc1a984c4bec76fb59c6efa2bb.zip
OvmfPkg: move QemuFwCfgAcpi into AcpiPlatformLib
This makes the InstallQemuFwcfgTables function reusable by bhyve. Signed-off-by: Corvin Köhne <corvink@FreeBSD.org> Acked-by: Peter Grehan <grehan@freebsd.org>
Diffstat (limited to 'OvmfPkg/AcpiPlatformDxe/AcpiPlatform.h')
-rw-r--r--OvmfPkg/AcpiPlatformDxe/AcpiPlatform.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/OvmfPkg/AcpiPlatformDxe/AcpiPlatform.h b/OvmfPkg/AcpiPlatformDxe/AcpiPlatform.h
index c9f2755014..f4ae84b5a1 100644
--- a/OvmfPkg/AcpiPlatformDxe/AcpiPlatform.h
+++ b/OvmfPkg/AcpiPlatformDxe/AcpiPlatform.h
@@ -25,12 +25,6 @@ InstallCloudHvTables (
EFI_STATUS
EFIAPI
-InstallQemuFwCfgTables (
- IN EFI_ACPI_TABLE_PROTOCOL *AcpiProtocol
- );
-
-EFI_STATUS
-EFIAPI
InstallAcpiTables (
IN EFI_ACPI_TABLE_PROTOCOL *AcpiTable
);