diff options
author | Pali Rohár <pali.rohar@gmail.com> | 2012-06-23 13:05:46 +0200 |
---|---|---|
committer | Pali Rohár <pali.rohar@gmail.com> | 2012-06-23 13:05:46 +0200 |
commit | b1cfc3181bc83b43e07f3b801166c8c8181cecf8 (patch) | |
tree | 6fa045db48f7aa8d9b27f464bd9c4b984df57001 /src/main.h | |
parent | 1ddf269c699c4028d4f5ae580b22cad0dd62d274 (diff) | |
download | 0xFFFF-b1cfc3181bc83b43e07f3b801166c8c8181cecf8.tar.bz2 |
Prepair flash_image for specifing device and hw revisions
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ struct devices; int queue_mode(); int reverse_extract_pieces(char *dir); -void flash_image(const char *filename, const char *piece, const char *version); +void flash_image(const char *filename, const char *piece, const char *device, const char *hwrevs, const char *version); int fiasco_read_image(char *file); void check_nolo_order(); extern struct usb_dev_handle *dev; |