summaryrefslogtreecommitdiffstats
path: root/contrib/syslinux-4.02/memdump/srecsend.h
blob: f2b082248eb2c25f32549320e30785e9074deee5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef SRECSEND_H
#define SRECSEND_H

#include "mystuff.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 */