summaryrefslogtreecommitdiff
path: root/EDK/Foundation/Core/Dxe/ArchProtocol/MonotonicCounter/MonotonicCounter.h
blob: 39e68aafaec2c177876f06565c8eedb13b74b29b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/*++

Copyright (c) 2004, Intel Corporation                                                         
All rights reserved. This program and the accompanying materials                          
are licensed and made available under the terms and conditions of the BSD License         
which accompanies this distribution.  The full text of the license may be found at        
http://opensource.org/licenses/bsd-license.php                                            
                                                                                          
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             

Module Name:

  MonotonicCounter.h

Abstract:

  Monotonic Counter Architectural Protocol as defined in DXE CIS

  This code provides the services required to access the systems monotonic counter

--*/

#ifndef _ARCH_PROTOCOL_MONTONIC_COUNTER_H_
#define _ARCH_PROTOCOL_MONTONIC_COUNTER_H_

//
// Global ID for the Monotonic Counter Architectural Protocol
//
#define EFI_MONTONIC_COUNTER_ARCH_PROTOCOL_GUID \
  {0x1da97072, 0xbddc, 0x4b30, 0x99, 0xf1, 0x72, 0xa0, 0xb5, 0x6f, 0xff, 0x2a}
  
extern EFI_GUID gEfiMonotonicCounterArchProtocolGuid;

#endif