File: srecsend.h

package info (click to toggle)
syslinux 2%3A4.05%2Bdfsg-6%2Bdeb7u1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 25,684 kB
  • sloc: ansic: 276,159; asm: 9,973; pascal: 9,907; perl: 3,492; makefile: 1,736; sh: 626; python: 266; xml: 39
file content (9 lines) | stat: -rw-r--r-- 196 bytes parent folder | download | duplicates (7)
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 */