bios: Remove shuffle and boot comapi call
[syslinux/sherbszt.git] / memdump / ymsend.h
blobb0d74384905f5be5c75e8871d5b9a2b9fe2a46e0
1 #ifndef YMSEND_H
2 #define YMSEND_H
4 #include "mystuff.h"
5 #include "file.h"
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 *);
11 #endif /* YMSEND_H */