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