diff options
Diffstat (limited to 'com32/sysdump/srecsend.h')
-rw-r--r-- | com32/sysdump/srecsend.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/com32/sysdump/srecsend.h b/com32/sysdump/srecsend.h new file mode 100644 index 00000000..667be20d --- /dev/null +++ b/com32/sysdump/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 */ |