X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=OldMdePkg%2FInclude%2FUefi%2FUefiSpec.h;h=6f3407706859baca103b6d30da3af03cea7d648a;hp=15b3ac22d2a5ad7b9833dc96294afc20f932d388;hb=06fb8ffd0771d95b3f8797c30bf8e620eddd1e23;hpb=dabd48785bc21cd05327c49db1fcb8f7fb9c3867 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 #include @@ -2409,8 +2410,11 @@ typedef enum { #include #include #include +#include +#include #include +#include #endif