]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Protocol/DxeSmmReadyToLock.h
Update the copyright notice format
[mirror_edk2.git] / MdePkg / Include / Protocol / DxeSmmReadyToLock.h
CommitLineData
82eea366 1/** @file\r
2 DXE SMM Ready To Lock protocol as defined in the PI 1.2 specification.\r
3\r
4 This UEFI protocol indicates that SMM is about to be locked.\r
5 This protocol is a mandatory protocol published by a DXE driver prior to invoking the \r
6 EFI_SMM_ACCESS2_PROTOCOL.Lock() function 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
82eea366 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 _DXE_SMM_READY_TO_LOCK_H_\r
20#define _DXE_SMM_READY_TO_LOCK_H_\r
21\r
22#define EFI_DXE_SMM_READY_TO_LOCK_PROTOCOL_GUID \\r
23 { \\r
24 0x60ff8964, 0xe906, 0x41d0, { 0xaf, 0xed, 0xf2, 0x41, 0xe9, 0x74, 0xe0, 0x8e } \\r
25 }\r
26\r
27extern EFI_GUID gEfiDxeSmmReadyToLockProtocolGuid;\r
28\r
29#endif\r