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