]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Guid/MtcVendor.h
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Include / Guid / MtcVendor.h
CommitLineData
c8ad2d7a 1/** @file\r
d1102dba
LG
2 GUID is for MTC variable.\r
3\r
4Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
9d510e61 5SPDX-License-Identifier: BSD-2-Clause-Patent\r
c8ad2d7a
LG
6\r
7**/\r
8\r
9#ifndef __MTC_VENDOR_GUID_H__\r
10#define __MTC_VENDOR_GUID_H__\r
11\r
12//\r
13// Vendor GUID of the variable for the high part of monotonic counter (UINT32).\r
14//\r
15#define MTC_VENDOR_GUID \\r
16 { 0xeb704011, 0x1402, 0x11d3, { 0x8e, 0x77, 0x0, 0xa0, 0xc9, 0x69, 0x72, 0x3b } }\r
17\r
18//\r
19// Name of the variable for the high part of monotonic counter\r
20//\r
21#define MTC_VARIABLE_NAME L"MTC"\r
22\r
23extern EFI_GUID gMtcVendorGuid;\r
24\r
25#endif\r