]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/S3SmmSaveState.h
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Include / Protocol / S3SmmSaveState.h
index f21975554bb2275ec9ae100d5ba182f4c880ce92..7c4a9ea55817406fa9c6dc36bfa63ea4a532bb9c 100644 (file)
   EFI_OUT_OF_RESOURCES may be returned from a runtime call. It is the responsibility of the\r
   platform to ensure enough memory resource exists to save the system state. It is recommended that\r
   runtime calls be minimized by the caller.\r
-  \r
-  Copyright (c) 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
+  Copyright (c) 2009 - 2018, 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
+  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
-  This PPI is defined in UEFI Platform Initialization Specification 1.2 Volume 5: \r
-  Standards          \r
+  This PPI is defined in UEFI Platform Initialization Specification 1.2 Volume 5:\r
+  Standards\r
 \r
 **/\r
 \r
 \r
 #define EFI_S3_SMM_SAVE_STATE_PROTOCOL_GUID \\r
     {0x320afe62, 0xe593, 0x49cb, { 0xa9, 0xf1, 0xd4, 0xc2, 0xf4, 0xaf, 0x1, 0x4c }}\r
-    \r
-typedef struct _EFI_S3_SMM_SAVE_STATE_PROTOCOL {\r
-  EFI_S3_SAVE_STATE_WRITE   Write;\r
-  EFI_S3_SAVE_STATE_INSERT  Insert;\r
-  EFI_S3_SAVE_STATE_LABEL   Label;\r
-  EFI_S3_SAVE_STATE_COMPARE Compare;\r
-} EFI_S3_SMM_SAVE_STATE_PROTOCOL;    \r
-    \r
+\r
+\r
+typedef EFI_S3_SAVE_STATE_PROTOCOL EFI_S3_SMM_SAVE_STATE_PROTOCOL;\r
+\r
 extern EFI_GUID gEfiS3SmmSaveStateProtocolGuid;\r
-    \r
+\r
 #endif // __S3_SMM_SAVE_STATE_H__\r
 \r