diff options
Diffstat (limited to 'MdeModulePkg/Include/VariableFormat.h')
-rw-r--r-- | MdeModulePkg/Include/VariableFormat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Include/VariableFormat.h b/MdeModulePkg/Include/VariableFormat.h index 4796c49afc..8efbc79578 100644 --- a/MdeModulePkg/Include/VariableFormat.h +++ b/MdeModulePkg/Include/VariableFormat.h @@ -54,7 +54,7 @@ typedef enum { #pragma pack(1)
-#define VARIABLE_STORE_SIGNATURE EFI_SIGNATURE_32 ('$', 'V', 'S', 'S')
+#define VARIABLE_STORE_SIGNATURE SIGNATURE_32 ('$', 'V', 'S', 'S')
///
/// Variable Store Header Format and State
|