|
Revision 3dededd20d70d571268417dc41edc95f0fe6602e, 217 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 SRECSEND_H |
|---|
| 2 | #define SRECSEND_H |
|---|
| 3 | |
|---|
| 4 | #include "mystuff.h" |
|---|
| 5 | #include "file.h" |
|---|
| 6 | |
|---|
| 7 | void send_srec(struct serial_if *, struct file_info *, |
|---|
| 8 | void (*)(void *, size_t, struct file_info *, size_t)); |
|---|
| 9 | |
|---|
| 10 | #endif /* SRECSEND_H */ |
|---|