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