TianoCore EDK2 master
Loading...
Searching...
No Matches
S3SmmSaveState.h
Go to the documentation of this file.
1
26#ifndef __S3_SMM_SAVE_STATE_H__
27#define __S3_SMM_SAVE_STATE_H__
28
30
31#define EFI_S3_SMM_SAVE_STATE_PROTOCOL_GUID \
32 {0x320afe62, 0xe593, 0x49cb, { 0xa9, 0xf1, 0xd4, 0xc2, 0xf4, 0xaf, 0x1, 0x4c }}
33
35
36extern EFI_GUID gEfiS3SmmSaveStateProtocolGuid;
37
38#endif // __S3_SMM_SAVE_STATE_H__
Definition: Base.h:213