]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Include/Protocol/SmmLegacyBoot.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Include / Protocol / SmmLegacyBoot.h
1 /** @file
2 EDKII SMM Legacy Boot protocol.
3
4 This SMM protocol is to be published by the SMM Foundation code to associate
5 with EFI_EVENT_LEGACY_BOOT_GUID to notify SMM driver that system enter legacy boot.
6
7 Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
8 SPDX-License-Identifier: BSD-2-Clause-Patent
9
10 **/
11
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
20 extern EFI_GUID gEdkiiSmmLegacyBootProtocolGuid;
21
22 #endif