mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-20 02:05:32 -04:00
Switch AMI NVAR parser to Kaitai
This commit is contained in:
parent
2d1ebcc11b
commit
7eb565d788
17 changed files with 1330 additions and 411 deletions
|
@ -18,6 +18,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
||||
// TODO: improve
|
||||
typedef size_t USTATUS;
|
||||
#define U_SUCCESS 0
|
||||
#define U_INVALID_PARAMETER 1
|
||||
|
@ -76,6 +77,7 @@ typedef size_t USTATUS;
|
|||
#define U_PATCH_OFFSET_OUT_OF_BOUNDS 54
|
||||
#define U_INVALID_SYMBOL 55
|
||||
#define U_ZLIB_DECOMPRESSION_FAILED 56
|
||||
#define U_INVALID_STORE 57
|
||||
|
||||
#define U_INVALID_MANIFEST 251
|
||||
#define U_UNKNOWN_MANIFEST_HEADER_VERSION 252
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue