]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Guid/EventLegacyBios.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdePkg / Include / Guid / EventLegacyBios.h
CommitLineData
c2f83f0a 1/** @file\r
9095d37b 2 GUID is the name of events used with CreateEventEx in order to be notified\r
c2f83f0a 3 when the EFI boot manager is about to boot a legacy boot option.\r
9095d37b 4 Events of this type are notificated just before Int19h is invoked.\r
c2f83f0a 5\r
9095d37b 6 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
9344f092 7 SPDX-License-Identifier: BSD-2-Clause-Patent\r
c2f83f0a 8\r
c2f83f0a 9 @par Revision Reference:\r
0047820e 10 GUID introduced in PI Version 1.0.\r
c2f83f0a 11\r
12**/\r
13\r
14#ifndef __EVENT_LEGACY_BIOS_GUID_H__\r
15#define __EVENT_LEGACY_BIOS_GUID_H__\r
16\r
17#define EFI_EVENT_LEGACY_BOOT_GUID \\r
18 { 0x2a571201, 0x4966, 0x47f6, {0x8b, 0x86, 0xf3, 0x1e, 0x41, 0xf3, 0x2f, 0x10 } }\r
19\r
2f88bd3a 20extern EFI_GUID gEfiEventLegacyBootGuid;\r
c2f83f0a 21\r
22#endif\r