]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Include/Guid/EndOfS3Resume.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Include / Guid / EndOfS3Resume.h
... / ...
CommitLineData
1/** @file\r
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
4\r
5 Copyright (c) 2017 - 2018, Intel Corporation. All rights reserved.<BR>\r
6 SPDX-License-Identifier: BSD-2-Clause-Patent\r
7\r
8**/\r
9\r
10#ifndef __END_OF_S3_RESUME_H__\r
11#define __END_OF_S3_RESUME_H__\r
12\r
13#define EDKII_END_OF_S3_RESUME_GUID \\r
14 { \\r
15 0x96f5296d, 0x05f7, 0x4f3c, {0x84, 0x67, 0xe4, 0x56, 0x89, 0x0e, 0x0c, 0xb5 } \\r
16 }\r
17\r
18extern EFI_GUID gEdkiiEndOfS3ResumeGuid;\r
19\r
20#endif\r