]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Protocol/MonotonicCounter.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Protocol / MonotonicCounter.h
CommitLineData
d1f95000 1/** @file\r
4ca9b6c4 2 Monotonic Counter Architectural Protocol as defined in PI SPEC VOLUME 2 DXE\r
d1f95000 3\r
af2dc6a7 4 This code provides the services required to access the system's monotonic counter\r
d1f95000 5\r
9095d37b 6Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
9344f092 7SPDX-License-Identifier: BSD-2-Clause-Patent\r
d1f95000 8\r
d1f95000 9**/\r
10\r
11#ifndef __ARCH_PROTOCOL_MONTONIC_COUNTER_H__\r
12#define __ARCH_PROTOCOL_MONTONIC_COUNTER_H__\r
13\r
14///\r
af2dc6a7 15/// Global ID for the Monotonic Counter Architectural Protocol.\r
d1f95000 16///\r
00b0796e 17#define EFI_MONOTONIC_COUNTER_ARCH_PROTOCOL_GUID \\r
d1f95000 18 {0x1da97072, 0xbddc, 0x4b30, {0x99, 0xf1, 0x72, 0xa0, 0xb5, 0x6f, 0xff, 0x2a} }\r
9095d37b 19\r
2f88bd3a 20extern EFI_GUID gEfiMonotonicCounterArchProtocolGuid;\r
d1f95000 21\r
22#endif\r