]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Guid/EndOfS3Resume.h
MdeModulePkg: Rename SmmEndOfS3ResumeProtocolGuid to EndOfS3ResumeGuid
[mirror_edk2.git] / MdeModulePkg / Include / Guid / EndOfS3Resume.h
diff --git a/MdeModulePkg/Include/Guid/EndOfS3Resume.h b/MdeModulePkg/Include/Guid/EndOfS3Resume.h
new file mode 100644 (file)
index 0000000..853aa1a
--- /dev/null
@@ -0,0 +1,26 @@
+/** @file\r
+  This GUID will be installed at the end of S3 resume phase as protocol in SMM environment. \r
+  It allows for SMM drivers to hook this point and do the required tasks.\r
+\r
+  Copyright (c) 2017, 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
+**/\r
+\r
+#ifndef __END_OF_S3_RESUME_H__\r
+#define __END_OF_S3_RESUME_H__\r
+\r
+#define EDKII_END_OF_S3_RESUME_GUID \\r
+  { \\r
+    0x96f5296d, 0x05f7, 0x4f3c, {0x84, 0x67, 0xe4, 0x56, 0x89, 0x0e, 0x0c, 0xb5 } \\r
+  }\r
+\r
+extern EFI_GUID gEdkiiEndOfS3ResumeGuid;\r
+\r
+#endif\r