]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Protocol/SmmReadyToBoot.h
MdeModulePkg/ResetSystemRuntimeDxe: Add platform filter and handler
[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
9 This program and the accompanying materials\r
10 are licensed and made available under the terms and conditions of the BSD License\r
11 which accompanies this distribution. The full text of the license may be found at\r
12 http://opensource.org/licenses/bsd-license.php\r
13\r
14 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16\r
17**/\r
18\r
19#ifndef _SMM_READY_TO_BOOT_H_\r
20#define _SMM_READY_TO_BOOT_H_\r
21\r
22#define EDKII_SMM_READY_TO_BOOT_PROTOCOL_GUID \\r
23 { \\r
24 0x6e057ecf, 0xfa99, 0x4f39, { 0x95, 0xbc, 0x59, 0xf9, 0x92, 0x1d, 0x17, 0xe4 } \\r
25 }\r
26\r
27extern EFI_GUID gEdkiiSmmReadyToBootProtocolGuid;\r
28\r
29#endif\r