source:
bootcd/isolinux/syslinux-6.03/com32/libupload/srecsend.h
Last change on this file was e16e8f2, checked in by , 3 years ago | |
---|---|
|
|
File size: 196 bytes |
Line | |
---|---|
1 | #ifndef SRECSEND_H |
2 | #define SRECSEND_H |
3 | |
4 | #include "file.h" |
5 | |
6 | void send_srec(struct serial_if *, struct file_info *, |
7 | void (*)(void *, size_t, struct file_info *, size_t)); |
8 | |
9 | #endif /* SRECSEND_H */ |
Note: See TracBrowser
for help on using the repository browser.