Minor update for EfiVariable.h

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6115 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lgao4 2008-10-15 04:21:40 +00:00
parent 71f36e0f75
commit 43cefa3419
1 changed files with 4 additions and 0 deletions

View File

@ -24,14 +24,18 @@ Abstract:
#define VARIABLE_STORE_SIGNATURE EFI_SIGNATURE_32 ('$', 'V', 'S', 'S')
#ifndef MAX_VARIABLE_SIZE
#define MAX_VARIABLE_SIZE 1024
#endif
//
// Enlarges the hardware error record maximum variable size to 32K bytes
//
#if (EFI_SPECIFICATION_VERSION >= 0x0002000A)
#ifndef MAX_HARDWARE_ERROR_VARIABLE_SIZE
#define MAX_HARDWARE_ERROR_VARIABLE_SIZE 0x8000
#endif
#endif
#define VARIABLE_DATA 0x55AA