TianoCore EDK2 master
Loading...
Searching...
No Matches
SmmReadyToBoot.h
Go to the documentation of this file.
1
13#ifndef _SMM_READY_TO_BOOT_H_
14#define _SMM_READY_TO_BOOT_H_
15
16#define EDKII_SMM_READY_TO_BOOT_PROTOCOL_GUID \
17 { \
18 0x6e057ecf, 0xfa99, 0x4f39, { 0x95, 0xbc, 0x59, 0xf9, 0x92, 0x1d, 0x17, 0xe4 } \
19 }
20
21extern EFI_GUID gEdkiiSmmReadyToBootProtocolGuid;
22
23#endif
Definition: Base.h:213