]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Uefi/UefiAcpiDataTable.h
MdePkg: Follow UEFI 2.7 spec to deprecate SMM Communication ACPI Table
[mirror_edk2.git] / MdePkg / Include / Uefi / UefiAcpiDataTable.h
index 957721fa7cec8ca2c48fbeccdec4807936a21b72..ae4942b69b4733cd1afa632cb86ad528889ecc2e 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   UEFI ACPI Data Table Definition.\r
 \r
-Copyright (c) 2011 - 2016, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2011 - 2017, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials are licensed and made available under \r
 the terms and conditions of the BSD License that accompanies this distribution.  \r
 The full text of the license may be found at\r
@@ -23,37 +23,6 @@ typedef struct {
   GUID                          Identifier;\r
   UINT16                        DataOffset;\r
 } EFI_ACPI_DATA_TABLE;\r
-\r
-typedef struct {\r
-  EFI_ACPI_DATA_TABLE  UefiAcpiDataTable;\r
-  UINT32               SwSmiNumber;\r
-  UINT64               BufferPtrAddress;\r
-} EFI_SMM_COMMUNICATION_ACPI_TABLE;\r
-\r
-typedef struct {\r
-  EFI_SMM_COMMUNICATION_ACPI_TABLE        UefiSmmCommunicationAcpiTable;\r
-  EFI_ACPI_6_0_GENERIC_ADDRESS_STRUCTURE  InvocationRegister;\r
-} EFI_SMM_COMMUNICATION_ACPI_TABLE_2;\r
-\r
-///\r
-/// To avoid confusion in interpreting frames, the communication buffer should always \r
-/// begin with EFI_SMM_COMMUNICATE_HEADER\r
-///\r
-typedef struct {\r
-  ///\r
-  /// Allows for disambiguation of the message format.\r
-  ///\r
-  EFI_GUID  HeaderGuid;\r
-  ///\r
-  /// Describes the size of Data (in bytes) and does not include the size of the header.\r
-  ///\r
-  UINTN     MessageLength;\r
-  ///\r
-  /// Designates an array of bytes that is MessageLength in size.\r
-  ///\r
-  UINT8     Data[1];\r
-} EFI_SMM_COMMUNICATE_HEADER;\r
-\r
 #pragma pack()\r
 \r
 #endif\r