TianoCore EDK2 master
Loading...
Searching...
No Matches
EndOfS3Resume.h
Go to the documentation of this file.
1
10#ifndef __END_OF_S3_RESUME_H__
11#define __END_OF_S3_RESUME_H__
12
13#define EDKII_END_OF_S3_RESUME_GUID \
14 { \
15 0x96f5296d, 0x05f7, 0x4f3c, {0x84, 0x67, 0xe4, 0x56, 0x89, 0x0e, 0x0c, 0xb5 } \
16 }
17
18extern EFI_GUID gEdkiiEndOfS3ResumeGuid;
19
20#endif
Definition: Base.h:213