From 89b11f05575dc080929771cf3eb959d9561bfe13 Mon Sep 17 00:00:00 2001 From: lgao4 Date: Fri, 15 Jan 2010 02:59:54 +0000 Subject: Correct the conflict EFI_ACPI_GET_ACPI_TABLE to EFI_ACPI_GET_ACPI_TABLE2 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9771 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Protocol/AcpiSystemDescriptionTable.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'MdePkg') diff --git a/MdePkg/Include/Protocol/AcpiSystemDescriptionTable.h b/MdePkg/Include/Protocol/AcpiSystemDescriptionTable.h index ab90b3499a..fce45c0fe6 100644 --- a/MdePkg/Include/Protocol/AcpiSystemDescriptionTable.h +++ b/MdePkg/Include/Protocol/AcpiSystemDescriptionTable.h @@ -81,7 +81,7 @@ EFI_STATUS **/ typedef EFI_STATUS -(EFIAPI *EFI_ACPI_GET_ACPI_TABLE)( +(EFIAPI *EFI_ACPI_GET_ACPI_TABLE2)( IN UINTN Index, OUT EFI_ACPI_SDT_HEADER **Table, OUT EFI_ACPI_TABLE_VERSION *Version, @@ -246,7 +246,10 @@ typedef struct _EFI_ACPI_SDT_PROTOCOL { /// Specifies the ACPI version supported by this protocol. /// EFI_ACPI_TABLE_VERSION AcpiVersion; - EFI_ACPI_GET_ACPI_TABLE GetAcpiTable; + // + // EFI_ACPI_GET_ACPI_TABLE2 not in public UEFI specification. + // + EFI_ACPI_GET_ACPI_TABLE2 GetAcpiTable; EFI_ACPI_REGISTER_NOTIFY RegisterNotify; EFI_ACPI_OPEN Open; EFI_ACPI_OPEN_SDT OpenSdt; -- cgit v1.2.3