]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Include/Protocol/MmReadyToLock.h
UefiCpuPkg/PiSmmCpuDxeSmm: patch "gSmiStack" with PatchInstructionX86()
[mirror_edk2.git] / MdePkg / Include / Protocol / MmReadyToLock.h
1 /** @file
2 MM Ready To Lock protocol introduced in the PI 1.5 specification.
3
4 This protocol is a mandatory protocol published by the MM Foundation
5 code when the system is preparing to lock certain resources and interfaces
6 in anticipation of the invocation of 3rd party extensible modules.
7 This protocol is an MM counterpart of the DXE MM Ready to Lock Protocol.
8 This protocol prorogates resource locking notification into MM environment.
9 This protocol is installed after installation of the MM End of DXE Protocol.
10
11 Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
12 This program and the accompanying materials
13 are licensed and made available under the terms and conditions of the BSD License
14 which accompanies this distribution. The full text of the license may be found at
15 http://opensource.org/licenses/bsd-license.php
16
17 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
18 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
19
20 **/
21
22 #ifndef _MM_READY_TO_LOCK_H_
23 #define _MM_READY_TO_LOCK_H_
24
25 #define EFI_MM_READY_TO_LOCK_PROTOCOL_GUID \
26 { \
27 0x47b7fa8c, 0xf4bd, 0x4af6, { 0x82, 0x00, 0x33, 0x30, 0x86, 0xf0, 0xd2, 0xc8 } \
28 }
29
30 extern EFI_GUID gEfiMmReadyToLockProtocolGuid;
31
32 #endif