From 96aace827e120bd6f3d947360d71795e14842508 Mon Sep 17 00:00:00 2001 From: jyao1 Date: Wed, 16 Nov 2011 09:41:55 +0000 Subject: UEFI231 spec compliance: UEFI231 defines EFI_SMM_COMMUNICATION_ACPI_TABLE. We should move it from Pi/ dir to Uefi/ dir. UEFI231 defines EFI_SMM_COMMUNICATE_HEADER. We should move it from Protocol/SmmCommunication.h to Uefi/ dir. The original file will still include the new data structure to keep compatibility. signed-off-by: jyao1 reviewed-by: rsun3 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12724 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Pi/PiSmmCommunicationAcpiTable.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'MdePkg/Include/Pi') diff --git a/MdePkg/Include/Pi/PiSmmCommunicationAcpiTable.h b/MdePkg/Include/Pi/PiSmmCommunicationAcpiTable.h index 78d801aa71..979aa9b316 100644 --- a/MdePkg/Include/Pi/PiSmmCommunicationAcpiTable.h +++ b/MdePkg/Include/Pi/PiSmmCommunicationAcpiTable.h @@ -17,12 +17,4 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include -#pragma pack(1) -typedef struct { - EFI_ACPI_DATA_TABLE UefiAcpiDataTable; - UINT32 SwSmiNumber; - UINT64 BufferPtrAddress; -} EFI_SMM_COMMUNICATION_ACPI_TABLE; -#pragma pack() - #endif -- cgit v1.2.3