root/memdump/ymsend.h

Revision 3dededd20d70d571268417dc41edc95f0fe6602e, 250 bytes (checked in by H. Peter Anvin <hpa@…>, 2 years ago)

memdump: allow outputting S-records

Allow outputting S-records, for users who only have the capability of
passively monitoring a serial port as opposed to being able to capture
the contents directly.

Signed-off-by: H. Peter Anvin <hpa@…>

  • Property mode set to 100644
Line 
1#ifndef YMSEND_H
2#define YMSEND_H
3
4#include "mystuff.h"
5#include "file.h"
6
7void send_ymodem(struct serial_if *, struct file_info *,
8                 void (*)(void *, size_t, struct file_info *, size_t));
9void end_ymodem(struct serial_if *);
10
11#endif /* YMSEND_H */
Note: See TracBrowser for help on using the browser.