summaryrefslogtreecommitdiff
path: root/ao-tools/lib/cc-usb.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-11-03 01:27:37 -0800
committerKeith Packard <keithp@keithp.com>2009-11-03 01:27:37 -0800
commit27ebaf8e13aed06bb1ea6e770f767495a02be6c5 (patch)
tree5e685c8bf6b8e3fc158fa36c87ec60e88fb89006 /ao-tools/lib/cc-usb.h
parent1de322b960005c9a16051afa1881fadb00f4bcd6 (diff)
Add ability to dump eeprom data over radio link.
This adds a '-R' option to ao-dumplog to redirect the connection through a USB attached TeleDongle over the radio link to a remote TeleMetrum device. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/lib/cc-usb.h')
-rw-r--r--ao-tools/lib/cc-usb.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ao-tools/lib/cc-usb.h b/ao-tools/lib/cc-usb.h
index 7b6be350..627f1b5d 100644
--- a/ao-tools/lib/cc-usb.h
+++ b/ao-tools/lib/cc-usb.h
@@ -62,4 +62,10 @@ cc_usb_getline(struct cc_usb *cc, char *line, int max);
void
cc_usb_printf(struct cc_usb *cc, char *format, ...);
+void
+cc_usb_open_remote(struct cc_usb *cc);
+
+void
+cc_usb_close_remote(struct cc_usb *cc);
+
#endif /* _CC_USB_H_ */