]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Protocol/MonotonicCounter.h
Grammatical and disclaimer changes (does not follow internal C coding stds.)
[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
af2dc6a7 4 This code provides the services required to access the system's monotonic counter\r
d1f95000 5\r
af2dc6a7 6Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved<BR>\r
7This program and the accompanying materials are licensed and made available under \r
8the terms and conditions of the BSD License that accompanies this distribution. \r
9The full text of the license may be found at\r
10http://opensource.org/licenses/bsd-license.php. \r
11 \r
12THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
13WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
d1f95000 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
af2dc6a7 21/// Global ID for the Monotonic Counter Architectural Protocol.\r
d1f95000 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