]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Protocol/SmmReadyToLock.h
MdePkg: Add UEFI2.5 EFI_NVM_EXPRESS_PASS_THRU_PROTOCOL definitions
[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
6 preparing to lock SMM. \r
7\r
9df063a0
HT
8 Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>\r
9 This program and the accompanying materials\r
fc8f8b25 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_LOCK_H_\r
20#define _SMM_READY_TO_LOCK_H_\r
21\r
22#define EFI_SMM_READY_TO_LOCK_PROTOCOL_GUID \\r
23 { \\r
24 0x47b7fa8c, 0xf4bd, 0x4af6, { 0x82, 0x00, 0x33, 0x30, 0x86, 0xf0, 0xd2, 0xc8 } \\r
25 }\r
26\r
27extern EFI_GUID gEfiSmmReadyToLockProtocolGuid;\r
28\r
29#endif\r