]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Guid/EndOfS3Resume.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Include / Guid / EndOfS3Resume.h
CommitLineData
59f0ef95 1/** @file\r
d1102dba 2 This GUID will be installed at the end of S3 resume phase as protocol in SMM environment.\r
a85e7127 3 It allows for SMM drivers to hook this point and do the required tasks.\r
59f0ef95 4\r
d1102dba 5 Copyright (c) 2017 - 2018, Intel Corporation. All rights reserved.<BR>\r
9d510e61 6 SPDX-License-Identifier: BSD-2-Clause-Patent\r
59f0ef95
ED
7\r
8**/\r
9\r
a85e7127
SZ
10#ifndef __END_OF_S3_RESUME_H__\r
11#define __END_OF_S3_RESUME_H__\r
59f0ef95 12\r
a85e7127 13#define EDKII_END_OF_S3_RESUME_GUID \\r
59f0ef95
ED
14 { \\r
15 0x96f5296d, 0x05f7, 0x4f3c, {0x84, 0x67, 0xe4, 0x56, 0x89, 0x0e, 0x0c, 0xb5 } \\r
16 }\r
17\r
1436aea4 18extern EFI_GUID gEdkiiEndOfS3ResumeGuid;\r
59f0ef95
ED
19\r
20#endif\r