]> git.proxmox.com Git - mirror_edk2.git/blame - OldMdePkg/Include/Dxe/ArchProtocol/MonotonicCounter.h
Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break existing...
[mirror_edk2.git] / OldMdePkg / Include / Dxe / ArchProtocol / MonotonicCounter.h
CommitLineData
878ddf1f 1/** @file\r
2 Monotonic Counter Architectural Protocol as defined in DXE CIS\r
3\r
4 This code provides the services required to access the systems monotonic counter\r
5\r
6 Copyright (c) 2006, Intel Corporation \r
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
15 Module Name: MonotonicCounter.h\r
16\r
17 @par Revision Reference:\r
18 Version 0.91B.\r
19\r
20**/\r
21\r
22#ifndef __ARCH_PROTOCOL_MONTONIC_COUNTER_H__\r
23#define __ARCH_PROTOCOL_MONTONIC_COUNTER_H__\r
24\r
25///\r
26/// Global ID for the Monotonic Counter Architectural Protocol\r
27///\r
28#define EFI_MONTONIC_COUNTER_ARCH_PROTOCOL_GUID \\r
29 {0x1da97072, 0xbddc, 0x4b30, {0x99, 0xf1, 0x72, 0xa0, 0xb5, 0x6f, 0xff, 0x2a} }\r
30 \r
31extern EFI_GUID gEfiMonotonicCounterArchProtocolGuid;\r
32\r
33#endif\r