chdir: collapse /./ and /../ in path for conventional filesystems
[profile/ivi/syslinux.git] / memdump / srecsend.h
1 #ifndef SRECSEND_H
2 #define SRECSEND_H
3
4 #include "mystuff.h"
5 #include "file.h"
6
7 void send_srec(struct serial_if *, struct file_info *,
8                  void (*)(void *, size_t, struct file_info *, size_t));
9
10 #endif /* SRECSEND_H */