MdePkg: Add definition for new warning code EFI_WARN_FILE_SYSTEM.
Add the definition for the new return status code defined in UEFI 2.6. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan <siyuan.fu@intel.com> Reviewed-by: Samer El-Haj-Mahmoud <elhaj@hpe.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
@@ -974,6 +974,12 @@ typedef UINTN RETURN_STATUS;
|
||||
///
|
||||
#define RETURN_WARN_STALE_DATA ENCODE_WARNING (5)
|
||||
|
||||
///
|
||||
/// The resulting buffer contains UEFI-compliant file system.
|
||||
///
|
||||
#define RETURN_WARN_FILE_SYSTEM ENCODE_WARNING (6)
|
||||
|
||||
|
||||
/**
|
||||
Returns a 16-bit signature built from 2 ASCII characters.
|
||||
|
||||
|
Reference in New Issue
Block a user