Loading...
Searching...
No Matches
Go to the documentation of this file.
9#ifndef _VARIABLE_ERROR_FLAG_H_
10#define _VARIABLE_ERROR_FLAG_H_
20#define VAR_ERROR_FLAG_NAME L"VarErrorFlag"
22#define VAR_ERROR_FLAG_NO_ERROR 0xFF
23#define VAR_ERROR_FLAG_SYSTEM_ERROR 0xEF
24#define VAR_ERROR_FLAG_USER_ERROR 0xFE
26typedef UINT8 VAR_ERROR_FLAG;
28#define EDKII_VAR_ERROR_FLAG_GUID {\
29 0x4b37fe8, 0xf6ae, 0x480b, { 0xbd, 0xd5, 0x37, 0xd9, 0x8c, 0x5e, 0x89, 0xaa } \
32extern EFI_GUID gEdkiiVarErrorFlagGuid;