summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Protocol/MonotonicCounter.h
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2010-01-25 07:49:05 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2010-01-25 07:49:05 +0000
commit00b0796e07fdb5817ed880fe622c15f0ab549a0b (patch)
treed2e26fecd41069249cd8f6c8bea6c29a3c0108f9 /MdePkg/Include/Protocol/MonotonicCounter.h
parent7490e2bed8141f4edce22a4facf5cba4e2f93129 (diff)
downloadedk2-00b0796e07fdb5817ed880fe622c15f0ab549a0b.tar.gz
edk2-00b0796e07fdb5817ed880fe622c15f0ab549a0b.tar.bz2
edk2-00b0796e07fdb5817ed880fe622c15f0ab549a0b.zip
Fix typo in Monotonic Counter GUID macro name
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9806 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/MonotonicCounter.h')
-rw-r--r--MdePkg/Include/Protocol/MonotonicCounter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/Protocol/MonotonicCounter.h b/MdePkg/Include/Protocol/MonotonicCounter.h
index e72deb06dd..f2b3dfe201 100644
--- a/MdePkg/Include/Protocol/MonotonicCounter.h
+++ b/MdePkg/Include/Protocol/MonotonicCounter.h
@@ -3,7 +3,7 @@
This code provides the services required to access the systems monotonic counter
- Copyright (c) 2006 - 2008, Intel Corporation
+ Copyright (c) 2006 - 2010, 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
@@ -20,7 +20,7 @@
///
/// Global ID for the Monotonic Counter Architectural Protocol
///
-#define EFI_MONTONIC_COUNTER_ARCH_PROTOCOL_GUID \
+#define EFI_MONOTONIC_COUNTER_ARCH_PROTOCOL_GUID \
{0x1da97072, 0xbddc, 0x4b30, {0x99, 0xf1, 0x72, 0xa0, 0xb5, 0x6f, 0xff, 0x2a} }
extern EFI_GUID gEfiMonotonicCounterArchProtocolGuid;