TianoCore EDK2 master
Loading...
Searching...
No Matches
EventLegacyBios.h
Go to the documentation of this file.
1
14#ifndef __EVENT_LEGACY_BIOS_GUID_H__
15#define __EVENT_LEGACY_BIOS_GUID_H__
16
17#define EFI_EVENT_LEGACY_BOOT_GUID \
18 { 0x2a571201, 0x4966, 0x47f6, {0x8b, 0x86, 0xf3, 0x1e, 0x41, 0xf3, 0x2f, 0x10 } }
19
20extern EFI_GUID gEfiEventLegacyBootGuid;
21
22#endif
Definition: Base.h:213