diag/geodsp: README fixes
[syslinux.git] / com32 / libupload / srecsend.h
blob667be20d92dd62bb1d7ce3d326ae74307984d118
1 #ifndef SRECSEND_H
2 #define SRECSEND_H
4 #include "file.h"
6 void send_srec(struct serial_if *, struct file_info *,
7 void (*)(void *, size_t, struct file_info *, size_t));
9 #endif /* SRECSEND_H */