]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Protocol/SmmReadyToBoot.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Include / Protocol / SmmReadyToBoot.h
CommitLineData
53ec4d7f
SZ
1/** @file\r
2 EDKII SMM Ready To Boot protocol.\r
3\r
4 This SMM protocol is to be published by the SMM Foundation code to associate\r
5 with EFI_EVENT_GROUP_READY_TO_BOOT to notify SMM driver that system enter\r
6 ready to boot.\r
7\r
8 Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
9d510e61 9 SPDX-License-Identifier: BSD-2-Clause-Patent\r
53ec4d7f
SZ
10\r
11**/\r
12\r
13#ifndef _SMM_READY_TO_BOOT_H_\r
14#define _SMM_READY_TO_BOOT_H_\r
15\r
16#define EDKII_SMM_READY_TO_BOOT_PROTOCOL_GUID \\r
17 { \\r
18 0x6e057ecf, 0xfa99, 0x4f39, { 0x95, 0xbc, 0x59, 0xf9, 0x92, 0x1d, 0x17, 0xe4 } \\r
19 }\r
20\r
1436aea4 21extern EFI_GUID gEdkiiSmmReadyToBootProtocolGuid;\r
53ec4d7f
SZ
22\r
23#endif\r