TianoCore EDK2 master
Loading...
Searching...
No Matches
MonotonicCounter.h
Go to the documentation of this file.
1
11#ifndef __ARCH_PROTOCOL_MONTONIC_COUNTER_H__
12#define __ARCH_PROTOCOL_MONTONIC_COUNTER_H__
13
17#define EFI_MONOTONIC_COUNTER_ARCH_PROTOCOL_GUID \
18 {0x1da97072, 0xbddc, 0x4b30, {0x99, 0xf1, 0x72, 0xa0, 0xb5, 0x6f, 0xff, 0x2a} }
19
20extern EFI_GUID gEfiMonotonicCounterArchProtocolGuid;
21
22#endif
Definition: Base.h:213