diff options
Diffstat (limited to 'MdePkg/Include/Protocol/Variable.h')
-rw-r--r-- | MdePkg/Include/Protocol/Variable.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/Include/Protocol/Variable.h b/MdePkg/Include/Protocol/Variable.h index ea60c20e6a..9c09f1b498 100644 --- a/MdePkg/Include/Protocol/Variable.h +++ b/MdePkg/Include/Protocol/Variable.h @@ -23,9 +23,9 @@ #ifndef __ARCH_PROTOCOL_VARIABLE_ARCH_H__
#define __ARCH_PROTOCOL_VARIABLE_ARCH_H__
-//
-// Global ID for the Variable Architectural Protocol
-//
+///
+/// Global ID for the Variable Architectural Protocol
+///
#define EFI_VARIABLE_ARCH_PROTOCOL_GUID \
{ 0x1e5668e2, 0x8481, 0x11d4, {0xbc, 0xf1, 0x0, 0x80, 0xc7, 0x3c, 0x88, 0x81 } }
|