diff options
| author | Tom Rini <[email protected]> | 2018-06-01 09:52:15 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-06-01 09:52:15 -0400 |
| commit | caa2a2e5ab44d87faf51fafc780ecc985e0c05d6 (patch) | |
| tree | da4f3cba6cdfbeae5f723a9ebf00bd29c8ae31bb /include/image-sparse.h | |
| parent | c90c43cda8c376f949266f920bbb49119aef0b00 (diff) | |
| parent | 277b1333b780acd8ddb761c9160c06ffdf1c3901 (diff) | |
Merge branch 'master' of git://git.denx.de/u-boot-usb
Diffstat (limited to 'include/image-sparse.h')
| -rw-r--r-- | include/image-sparse.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/image-sparse.h b/include/image-sparse.h index f39dc16617f..234c237b845 100644 --- a/include/image-sparse.h +++ b/include/image-sparse.h @@ -23,7 +23,7 @@ struct sparse_storage { lbaint_t blk, lbaint_t blkcnt); - void (*mssg)(const char *str); + void (*mssg)(const char *str, char *response); }; static inline int is_sparse_image(void *buf) @@ -38,4 +38,4 @@ static inline int is_sparse_image(void *buf) } int write_sparse_image(struct sparse_storage *info, const char *part_name, - void *data); + void *data, char *response); |
