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