packaging: initial import
[profile/ivi/syslinux.git] / memdump / ymsend.h
1 #ifndef YMSEND_H
2 #define YMSEND_H
3
4 #include "mystuff.h"
5 #include "file.h"
6
7 void send_ymodem(struct serial_if *, struct file_info *,
8                  void (*)(void *, size_t, struct file_info *, size_t));
9 void end_ymodem(struct serial_if *);
10
11 #endif /* YMSEND_H */