diff options
Diffstat (limited to 'utils/atj2137/atjboottool/fw.h')
-rw-r--r-- | utils/atj2137/atjboottool/fw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/atj2137/atjboottool/fw.h b/utils/atj2137/atjboottool/fw.h index 95f8087116..9047de4b6d 100644 --- a/utils/atj2137/atjboottool/fw.h +++ b/utils/atj2137/atjboottool/fw.h @@ -27,7 +27,7 @@ * its name and content. If the callback returns a nonzero value, the function will stop and return * that value. Returns 0 on success */ typedef int (*fw_extract_callback_t)(const char *name, uint8_t *buf, size_t size); -int fw_unpack(uint8_t *buf, size_t size, fw_extract_callback_t cb); +int fw_unpack(uint8_t *buf, size_t size, fw_extract_callback_t cb, bool big_endian); /* Check if a file looks like an AFI file */ bool fw_check(uint8_t *buf, size_t size); |