diff options
author | Erwan Velu <erwanaliasr1@gmail.com> | 2011-03-15 21:51:46 +0100 |
---|---|---|
committer | Erwan Velu <erwanaliasr1@gmail.com> | 2011-03-15 21:58:47 +0100 |
commit | 997985d79e5813e8a33e82fb0cc0c0f08cf2c55d (patch) | |
tree | 075ba6a5c1abceb938626430743e6de6e2cbc4fe /com32/sysdump/srecsend.h | |
parent | 3905382158cc8c5c40f71e1b33f1802341838bca (diff) | |
download | syslinux-997985d79e5813e8a33e82fb0cc0c0f08cf2c55d.tar.gz syslinux-997985d79e5813e8a33e82fb0cc0c0f08cf2c55d.tar.xz syslinux-997985d79e5813e8a33e82fb0cc0c0f08cf2c55d.zip |
libupload: New library to manage uploads
This commit creates a library to upload content via 3 backends
(srec/ymodem/tftp).
Code came from sysdump and got librarized for being used more easily
by more other com32 modules.
Diffstat (limited to 'com32/sysdump/srecsend.h')
-rw-r--r-- | com32/sysdump/srecsend.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/com32/sysdump/srecsend.h b/com32/sysdump/srecsend.h deleted file mode 100644 index 667be20d..00000000 --- a/com32/sysdump/srecsend.h +++ /dev/null @@ -1,9 +0,0 @@ -#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 */ |