TianoCore EDK2 master
Loading...
Searching...
No Matches
S3Resume2.h
Go to the documentation of this file.
1
19#ifndef __PEI_S3_RESUME_PPI_H__
20#define __PEI_S3_RESUME_PPI_H__
21
25#define EFI_PEI_S3_RESUME2_PPI_GUID \
26 { \
27 0x6D582DBC, 0xDB85, 0x4514, {0x8F, 0xCC, 0x5A, 0xDF, 0x62, 0x27, 0xB1, 0x47 } \
28 }
29
34
66typedef
70 );
71
82};
83
84extern EFI_GUID gEfiPeiS3Resume2PpiGuid;
85
86#endif
#define IN
Definition: Base.h:279
EFI_STATUS(EFIAPI * EFI_PEI_S3_RESUME_PPI_RESTORE_CONFIG2)(IN EFI_PEI_S3_RESUME2_PPI *This)
Definition: S3Resume2.h:68
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29
EFI_PEI_S3_RESUME_PPI_RESTORE_CONFIG2 S3RestoreConfig2
Definition: S3Resume2.h:81
Definition: Base.h:213