]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Protocol/LockBox.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Include / Protocol / LockBox.h
CommitLineData
1c837cd5 1/** @file\r
2 LockBox protocol header file.\r
3 This is used to resolve dependency problem. The LockBox implementation\r
4 install this to broadcast that LockBox API is ready. The driver who will\r
5 use LockBox at its ENTRYPOINT should add this dependency.\r
6\r
7Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>\r
8\r
9d510e61 9SPDX-License-Identifier: BSD-2-Clause-Patent\r
1c837cd5 10\r
11**/\r
12\r
13#ifndef _LOCK_BOX_PROTOCOL_H_\r
14#define _LOCK_BOX_PROTOCOL_H_\r
15\r
16///\r
17/// Global ID for the EFI LOCK BOX Protocol.\r
18///\r
19#define EFI_LOCK_BOX_PROTOCOL_GUID \\r
20 { 0xbd445d79, 0xb7ad, 0x4f04, { 0x9a, 0xd8, 0x29, 0xbd, 0x20, 0x40, 0xeb, 0x3c }}\r
21\r
1436aea4 22extern EFI_GUID gEfiLockBoxProtocolGuid;\r
1c837cd5 23\r
24#endif\r