summaryrefslogtreecommitdiff
path: root/com32/libupload/srecsend.h
blob: 667be20d92dd62bb1d7ce3d326ae74307984d118 (plain)
1
2
3
4
5
6
7
8
9
#ifndef SRECSEND_H
#define SRECSEND_H

#include "file.h"

void send_srec(struct serial_if *, struct file_info *,
		 void (*)(void *, size_t, struct file_info *, size_t));

#endif /* SRECSEND_H */