summaryrefslogtreecommitdiff
path: root/com32/libupload/srecsend.h
diff options
context:
space:
mode:
Diffstat (limited to 'com32/libupload/srecsend.h')
-rw-r--r--com32/libupload/srecsend.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/com32/libupload/srecsend.h b/com32/libupload/srecsend.h
new file mode 100644
index 00000000..667be20d
--- /dev/null
+++ b/com32/libupload/srecsend.h
@@ -0,0 +1,9 @@
+#ifndef SRECSEND_H
+#define SRECSEND_H
+
+#include "file.h"
+
+void send_srec(struct serial_if *, struct file_info *,
+ void (*)(void *, size_t, struct file_info *, size_t));
+
+#endif /* SRECSEND_H */