repo.or.cz
/
syslinux-debian
/
hramrach.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Adding upstream version 4.00~pre55+dfsg.
[syslinux-debian/hramrach.git]
/
memdump
/
ymsend.h
blob
b0d74384905f5be5c75e8871d5b9a2b9fe2a46e0
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 */