diff options
| author | Ada Christine <adachristine18@gmail.com> | 2024-02-11 23:48:04 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2024-02-11 23:48:04 +0000 |
| commit | 3f9278b48ff4bc0d2cf1604034b3bba548572f04 (patch) | |
| tree | dbdabed3ff580079d2e21045d2cbc5b274c2e418 /api/efi/error.h | |
| parent | 9fbfc6e951e565ef98c49c1dcfc4b6a39514f17d (diff) | |
kjarna initial impl
Diffstat (limited to 'api/efi/error.h')
| -rw-r--r-- | api/efi/error.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/api/efi/error.h b/api/efi/error.h index b02f7ff..5fbcba8 100644 --- a/api/efi/error.h +++ b/api/efi/error.h @@ -6,8 +6,8 @@ #define EFI_SUCCESS 0 #define EFI_INVALID_PARAMETER EFI_ERROR_CODE(2) +#define EFI_BUFFER_TOO_SMALL EFI_ERROR_CODE(5) #define EFI_NOT_READY EFI_ERROR_CODE(6) -#define EFI_ABORTED EFI_ERROR_CODE(21) #define EFI_NOT_FOUND EFI_ERROR_CODE(14) -#define EFI_BUFFER_TOO_SMALL EFI_ERROR_CODE(5) +#define EFI_ABORTED EFI_ERROR_CODE(21) |
