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
Merging upstream version 6.00~pre5+dfsg.
[syslinux-debian/hramrach.git]
/
memdump
/
srecsend.h
blob
f2b082248eb2c25f32549320e30785e9074deee5
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 */