summaryrefslogtreecommitdiffstats
path: root/contrib/syslinux-4.02/memdump/srecsend.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/syslinux-4.02/memdump/srecsend.h')
-rw-r--r--contrib/syslinux-4.02/memdump/srecsend.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/syslinux-4.02/memdump/srecsend.h b/contrib/syslinux-4.02/memdump/srecsend.h
new file mode 100644
index 0000000..f2b0822
--- /dev/null
+++ b/contrib/syslinux-4.02/memdump/srecsend.h
@@ -0,0 +1,10 @@
+#ifndef SRECSEND_H
+#define SRECSEND_H
+
+#include "mystuff.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 */