TianoCore EDK2 master
Loading...
Searching...
No Matches
SmmLegacyBoot.h
Go to the documentation of this file.
1
12#ifndef _SMM_LEGACY_BOOT_H_
13#define _SMM_LEGACY_BOOT_H_
14
15#define EDKII_SMM_LEGACY_BOOT_PROTOCOL_GUID \
16 { \
17 0x85a8ab57, 0x644, 0x4110, { 0x85, 0xf, 0x98, 0x13, 0x22, 0x4, 0x70, 0x70 } \
18 }
19
20extern EFI_GUID gEdkiiSmmLegacyBootProtocolGuid;
21
22#endif
Definition: Base.h:213