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