summaryrefslogtreecommitdiffstats
path: root/contrib/syslinux-4.02/memdump/ymsend.h
blob: b0d74384905f5be5c75e8871d5b9a2b9fe2a46e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef YMSEND_H
#define YMSEND_H

#include "mystuff.h"
#include "file.h"

void send_ymodem(struct serial_if *, struct file_info *,
		 void (*)(void *, size_t, struct file_info *, size_t));
void end_ymodem(struct serial_if *);

#endif /* YMSEND_H */