mirror of https://github.com/acidanthera/audk.git
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:
parent
71f36e0f75
commit
43cefa3419
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue