Home | History | Annotate | Download | only in libupload
      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 */
     10