]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkPlatformPkg/Include/Guid/QuarkVariableLock.h
QuarkPlatformPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / QuarkPlatformPkg / Include / Guid / QuarkVariableLock.h
CommitLineData
b303605e
MK
1/** @file\r
2\r
3Guid and variable name used to trigger quark lock of specific UEFI variables.\r
4\r
5Copyright (c) 2013 Intel Corporation.\r
6\r
0eb3de2e 7SPDX-License-Identifier: BSD-2-Clause-Patent\r
b303605e
MK
8\r
9**/\r
10\r
11#ifndef _QUARK_VARIABLE_LOCK_GUID_H_\r
12#define _QUARK_VARIABLE_LOCK_GUID_H_\r
13\r
14#define QUARK_VARIABLE_LOCK_GUID \\r
15 { \\r
16 0xeef749c2, 0xc047, 0x4d6e, { 0xb1, 0xbc, 0xd3, 0x6e, 0xb3, 0xa5, 0x55, 0x9c } \\r
17 }\r
18\r
19#define QUARK_VARIABLE_LOCK_NAME L"QuarkVariableLock"\r
20\r
21extern EFI_GUID gQuarkVariableLockGuid;\r
22\r
23#endif\r