]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Guid/S3SmmInitDone.h
MdeModulePkg: Add S3SmmInitDone definition
[mirror_edk2.git] / MdeModulePkg / Include / Guid / S3SmmInitDone.h
CommitLineData
8f558d8a
SZ
1/** @file\r
2 After S3 SMM initialization is done and before S3 boot script is executed,\r
3 this GUID is installed as PPI in PEI and protocol in SMM environment. \r
4 It allows for PEIMs or SMM drivers to hook this point and do the required tasks.\r
5\r
6 Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>\r
7 This program and the accompanying materials \r
8 are licensed and made available under the terms and conditions of the BSD License \r
9 which accompanies this distribution. The full text of the license may be found at \r
10 http://opensource.org/licenses/bsd-license.php \r
11\r
12 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
13 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
14\r
15**/\r
16\r
17#ifndef __S3_SMM_INIT_DONE_H__\r
18#define __S3_SMM_INIT_DONE_H__\r
19\r
20#define EDKII_S3_SMM_INIT_DONE_GUID \\r
21 { \\r
22 0x8f9d4825, 0x797d, 0x48fc, { 0x84, 0x71, 0x84, 0x50, 0x25, 0x79, 0x2e, 0xf6 } \\r
23 }\r
24\r
25extern EFI_GUID gEdkiiS3SmmInitDoneGuid;\r
26\r
27#endif\r