source: bootcd/isolinux/syslinux-6.03/com32/libupload/srecsend.h

Last change on this file was e16e8f2, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

bootstuff

  • Property mode set to 100644
File size: 196 bytes
Line 
1#ifndef SRECSEND_H
2#define SRECSEND_H
3
4#include "file.h"
5
6void 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.