summaryrefslogtreecommitdiff
path: root/src/dfuse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dfuse.h')
-rw-r--r--src/dfuse.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dfuse.h b/src/dfuse.h
index ed1108c..bcb707a 100644
--- a/src/dfuse.h
+++ b/src/dfuse.h
@@ -25,11 +25,10 @@
enum dfuse_command { SET_ADDRESS, ERASE_PAGE, MASS_ERASE, READ_UNPROTECT };
-int dfuse_special_command(struct dfu_if *dif, unsigned int address,
- enum dfuse_command command);
int dfuse_do_upload(struct dfu_if *dif, int xfer_size, int fd,
const char *dfuse_options);
int dfuse_do_dnload(struct dfu_if *dif, int xfer_size, struct dfu_file *file,
const char *dfuse_options);
+int dfuse_multiple_alt(struct dfu_if *dfu_root);
#endif /* DFUSE_H */