]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Protocol/MonotonicCounter.h
Fix typo in Monotonic Counter GUID macro name
[mirror_edk2.git] / MdePkg / Include / Protocol / MonotonicCounter.h
CommitLineData
d1f95000 1/** @file\r
4ca9b6c4 2 Monotonic Counter Architectural Protocol as defined in PI SPEC VOLUME 2 DXE\r
d1f95000 3\r
4 This code provides the services required to access the systems monotonic counter\r
5\r
00b0796e 6 Copyright (c) 2006 - 2010, Intel Corporation \r
d1f95000 7 All rights reserved. This program and the accompanying materials \r
8 are licensed and made available under the terms and conditions of the BSD License \r
9 which accompanies this distribution. The full text of the license may be found at \r
10 http://opensource.org/licenses/bsd-license.php \r
11\r
12 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
13 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
14\r
d1f95000 15**/\r
16\r
17#ifndef __ARCH_PROTOCOL_MONTONIC_COUNTER_H__\r
18#define __ARCH_PROTOCOL_MONTONIC_COUNTER_H__\r
19\r
20///\r
21/// Global ID for the Monotonic Counter Architectural Protocol\r
22///\r
00b0796e 23#define EFI_MONOTONIC_COUNTER_ARCH_PROTOCOL_GUID \\r
d1f95000 24 {0x1da97072, 0xbddc, 0x4b30, {0x99, 0xf1, 0x72, 0xa0, 0xb5, 0x6f, 0xff, 0x2a} }\r
25 \r
26extern EFI_GUID gEfiMonotonicCounterArchProtocolGuid;\r
27\r
28#endif\r