TianoCore EDK2 master
Loading...
Searching...
No Matches
MmAcpiS3Enable.h
Go to the documentation of this file.
1
10#ifndef MM_ACPI_S3_ENABLE_H_
11#define MM_ACPI_S3_ENABLE_H_
12
16#define MM_ACPI_S3_ENABLE_HOB_GUID \
17 { \
18 0xe7402821, 0x2654, 0x4c1b, {0x99, 0x0e, 0x04, 0x8f, 0x8d, 0x82, 0xcf, 0x67} \
19 }
20
24typedef struct {
29 BOOLEAN AcpiS3Enable;
31
32extern EFI_GUID gMmAcpiS3EnableHobGuid;
33
34#endif
Definition: Base.h:213