]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Guid/EndOfS3Resume.h
IntelSiliconPkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Include / Guid / EndOfS3Resume.h
CommitLineData
59f0ef95 1/** @file\r
a85e7127
SZ
2 This GUID will be installed at the end of S3 resume phase as protocol in SMM environment. \r
3 It allows for SMM drivers to hook this point and do the required tasks.\r
59f0ef95
ED
4\r
5 Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>\r
6 This program and the accompanying materials \r
7 are licensed and made available under the terms and conditions of the BSD License \r
8 which accompanies this distribution. The full text of the license may be found at \r
9 http://opensource.org/licenses/bsd-license.php \r
10\r
11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
12 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
13\r
14**/\r
15\r
a85e7127
SZ
16#ifndef __END_OF_S3_RESUME_H__\r
17#define __END_OF_S3_RESUME_H__\r
59f0ef95 18\r
a85e7127 19#define EDKII_END_OF_S3_RESUME_GUID \\r
59f0ef95
ED
20 { \\r
21 0x96f5296d, 0x05f7, 0x4f3c, {0x84, 0x67, 0xe4, 0x56, 0x89, 0x0e, 0x0c, 0xb5 } \\r
22 }\r
23\r
a85e7127 24extern EFI_GUID gEdkiiEndOfS3ResumeGuid;\r
59f0ef95
ED
25\r
26#endif\r