]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdePkg/Include/Protocol/MonotonicCounter.h
MdePkg/ProcessorBind: add defines for page allocation granularity
[mirror_edk2.git] / MdePkg / Include / Protocol / MonotonicCounter.h
... / ...
CommitLineData
1/** @file\r
2 Monotonic Counter Architectural Protocol as defined in PI SPEC VOLUME 2 DXE\r
3\r
4 This code provides the services required to access the system's monotonic counter\r
5\r
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
14\r
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
23#define EFI_MONOTONIC_COUNTER_ARCH_PROTOCOL_GUID \\r
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