]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/SmmCommunication.h
UEFI231 spec compliance:
[mirror_edk2.git] / MdePkg / Include / Protocol / SmmCommunication.h
index ba2eca3c4c6eefda99f2560752fac601ca4b7e05..c284e55b24a819155cdca570a9bc87c2b29f6e74 100644 (file)
@@ -4,7 +4,7 @@
   This protocol provides a means of communicating between drivers outside of SMM and SMI \r
   handlers inside of SMM.  \r
 \r
-  Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials                          \r
   are licensed and made available under the terms and conditions of the BSD License         \r
   which accompanies this distribution.  The full text of the license may be found at        \r
 #ifndef _SMM_COMMUNICATION_H_\r
 #define _SMM_COMMUNICATION_H_\r
 \r
+//\r
+// Need include this header file for EFI_SMM_COMMUNICATE_HEADER data structure.\r
+//\r
+#include <Uefi/UefiAcpiDataTable.h>\r
+\r
 #define EFI_SMM_COMMUNICATION_PROTOCOL_GUID \\r
   { \\r
     0xc68ed8e2, 0x9dc6, 0x4cbd, { 0x9d, 0x94, 0xdb, 0x65, 0xac, 0xc5, 0xc3, 0x32 } \\r
   }\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
 typedef struct _EFI_SMM_COMMUNICATION_PROTOCOL  EFI_SMM_COMMUNICATION_PROTOCOL;\r
 \r
 /**\r