]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Guid/SmmCommunicate.h
Update for NetworkPkg.
[mirror_edk2.git] / IntelFrameworkPkg / Include / Guid / SmmCommunicate.h
index e03d5993ef45a06247bc7f69d74b30a84d3ca56f..9c7a3333be01e1f70a8f97583f07966c4308016a 100644 (file)
@@ -1,43 +1,33 @@
 /** @file\r
   Definitions EFI_SMM_COMMUNICATE_HEADER used by EFI_SMM_BASE_PROTOCOL.Communicate()\r
-  functions\r
+  functions.\r
 \r
-  Copyright (c) 2007 - 2009, Intel Corporation\r
-  All rights reserved. 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
-  http://opensource.org/licenses/bsd-license.php\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-\r
-  Module Name:  SmmCommunicate.h\r
+Copyright (c) 2007 - 2010, 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
+http://opensource.org/licenses/bsd-license.php.                                          \r
+    \r
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
   @par Revision Reference:\r
-  GUIDs defined in SmmCis spec version 0.9\r
+  GUIDs defined in SmmCis spec version 0.9.\r
 \r
 **/\r
 \r
 #ifndef _SMM_COMMUNICATE_GUID_H_\r
 #define _SMM_COMMUNICATE_GUID_H_\r
 \r
-#include <PiPei.h>\r
-\r
 ///\r
 /// Inconsistent with specification here: \r
-/// GUID definition format has been changed, because the GUID format in Framework spec is incorrect.\r
+/// GUID definition format has been changed, because the GUID format in the Framework specification is incorrect.\r
 ///\r
 #define SMM_COMMUNICATE_HEADER_GUID \\r
   { \\r
     0xf328e36c, 0x23b6, 0x4a95, {0x85, 0x4b, 0x32, 0xe1, 0x95, 0x34, 0xcd, 0x75 } \\r
   }\r
 \r
-typedef struct {\r
-  EFI_GUID                         HeaderGuid;\r
-  UINTN                            MessageLength;\r
-  UINT8                            Data[1];\r
-} EFI_SMM_COMMUNICATE_HEADER;\r
-\r
 extern EFI_GUID gSmmCommunicateHeaderGuid;\r
 \r
 #endif\r