mirror of https://github.com/acidanthera/audk.git
OvmfPkg: avoid including AcpiPlatformLib twice
Signed-off-by: Corvin Köhne <corvink@FreeBSD.org> Acked-by: Peter Grehan <grehan@freebsd.org>
This commit is contained in:
parent
8f63f4143d
commit
f5d851673d
|
@ -4,6 +4,9 @@
|
|||
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
**/
|
||||
|
||||
#ifndef ACPI_PLATFORM_LIB_H_
|
||||
#define ACPI_PLATFORM_LIB_H_
|
||||
|
||||
#include <Protocol/AcpiTable.h>
|
||||
|
||||
/**
|
||||
|
@ -47,3 +50,5 @@ InstallAcpiTablesFromRsdp (
|
|||
IN EFI_ACPI_TABLE_PROTOCOL *AcpiProtocol,
|
||||
IN EFI_ACPI_2_0_ROOT_SYSTEM_DESCRIPTION_POINTER *Rsdp
|
||||
);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue