summaryrefslogtreecommitdiffstats
path: root/OldMdePkg/Include/Uefi/UefiSpec.h
diff options
context:
space:
mode:
Diffstat (limited to 'OldMdePkg/Include/Uefi/UefiSpec.h')
-rw-r--r--OldMdePkg/Include/Uefi/UefiSpec.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/OldMdePkg/Include/Uefi/UefiSpec.h b/OldMdePkg/Include/Uefi/UefiSpec.h
index 15b3ac22d2..6f34077068 100644
--- a/OldMdePkg/Include/Uefi/UefiSpec.h
+++ b/OldMdePkg/Include/Uefi/UefiSpec.h
@@ -580,9 +580,10 @@ VOID
//
// Variable attributes
//
-#define EFI_VARIABLE_NON_VOLATILE 0x00000001
-#define EFI_VARIABLE_BOOTSERVICE_ACCESS 0x00000002
-#define EFI_VARIABLE_RUNTIME_ACCESS 0x00000004
+#define EFI_VARIABLE_NON_VOLATILE 0x00000001
+#define EFI_VARIABLE_BOOTSERVICE_ACCESS 0x00000002
+#define EFI_VARIABLE_RUNTIME_ACCESS 0x00000004
+#define EFI_VARIABLE_HARDWARE_ERROR_RECORD 0x00000008
/**
Returns the value of a variable.
@@ -2329,7 +2330,7 @@ typedef enum {
//
-// Protocols from EFI 1.10 that got thier names fixed in UEFI 2.0
+// Protocols from EFI 1.10 that got their names fixed in UEFI 2.0
//
#include <Protocol/LoadedImage.h>
#include <Protocol/SimpleTextIn.h>
@@ -2409,8 +2410,11 @@ typedef enum {
#include <Protocol/Mtftp4.h>
#include <Protocol/ServiceBinding.h>
#include <Protocol/Hash.h>
+#include <Protocol/AcpiTable.h>
+#include <Protocol/ComponentName2.h>
#include <Guid/EventGroup.h>
+#include <Guid/HardwareErrorVariable.h>
#endif