]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Foundation/Framework/Ppi/S3Resume/S3Resume.h
Add in the 1st version of ECP.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Framework / Ppi / S3Resume / S3Resume.h
CommitLineData
3eb9473e 1/*++\r
2\r
3 Copyright (c) 2004, Intel Corporation \r
4 All rights reserved. This program and the accompanying materials \r
5 are licensed and made available under the terms and conditions of the BSD License \r
6 which accompanies this distribution. The full text of the license may be found at \r
7 http://opensource.org/licenses/bsd-license.php \r
8 \r
9 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
10 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
11 \r
12Module Name:\r
13\r
14 S3Resume.h\r
15 \r
16Abstract:\r
17\r
18 S3 Resume PPI \r
19\r
20--*/\r
21\r
22#ifndef _PEI_S3_RESUME_PPI_H\r
23#define _PEI_S3_RESUME_PPI_H\r
24\r
25#define PEI_S3_RESUME_PPI_GUID \\r
26 { \\r
27 0x4426CCB2, 0xE684, 0x4a8a, 0xAE, 0x40, 0x20, 0xD4, 0xB0, 0x25, 0xB7, 0x10 \\r
28 }\r
29\r
30EFI_FORWARD_DECLARATION (PEI_S3_RESUME_PPI);\r
31\r
32typedef\r
33EFI_STATUS\r
34(EFIAPI *PEI_S3_RESUME_PPI_RESTORE_CONFIG) (\r
35 IN EFI_PEI_SERVICES **PeiServices\r
36 );\r
37\r
38typedef struct _PEI_S3_RESUME_PPI {\r
39 PEI_S3_RESUME_PPI_RESTORE_CONFIG S3RestoreConfig;\r
40} PEI_S3_RESUME_PPI;\r
41\r
42extern EFI_GUID gPeiS3ResumePpiGuid;\r
43\r
44#endif\r