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 */
10