]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Protocol/SmmReadyToLock.h
MdePkg: Add definition for new warning code EFI_WARN_FILE_SYSTEM.
[mirror_edk2.git] / MdePkg / Include / Protocol / SmmReadyToLock.h
CommitLineData
fc8f8b25 1/** @file\r
2 SMM Ready To Lock protocol as defined in the PI 1.2 specification.\r
3\r
4 This SMM protocol indicates that SMM is about to be locked.\r
5 This protocol is a mandatory protocol published by the SMM Foundation code when the system is \r
7bbe3c07
SZ
6 preparing to lock SMM. This protocol should be installed immediately after\r
7 EFI_END_OF_DXE_EVENT_GROUP_GUID with no intervening modules dispatched.\r
fc8f8b25 8\r
7bbe3c07 9 Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR>\r
9df063a0 10 This program and the accompanying materials\r
fc8f8b25 11 are licensed and made available under the terms and conditions of the BSD License\r
12 which accompanies this distribution. The full text of the license may be found at\r
13 http://opensource.org/licenses/bsd-license.php\r
14\r
15 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
17\r
18**/\r
19\r
20#ifndef _SMM_READY_TO_LOCK_H_\r
21#define _SMM_READY_TO_LOCK_H_\r
22\r
23#define EFI_SMM_READY_TO_LOCK_PROTOCOL_GUID \\r
24 { \\r
25 0x47b7fa8c, 0xf4bd, 0x4af6, { 0x82, 0x00, 0x33, 0x30, 0x86, 0xf0, 0xd2, 0xc8 } \\r
26 }\r
27\r
28extern EFI_GUID gEfiSmmReadyToLockProtocolGuid;\r
29\r
30#endif\r