]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/S3SmmSaveState.h
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Include / Protocol / S3SmmSaveState.h
index 39510f4eb8b5bacd1881c5f8add74db3c985b5f0..bbc01accf5c1f289eebbf7148cc03ae7904980b1 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
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
+  @par Revision Reference:\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