summaryrefslogtreecommitdiff
path: root/lib/cc-usb.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-04-12 12:38:58 -0700
committerKeith Packard <keithp@keithp.com>2009-04-12 12:38:58 -0700
commit5221dc63cf3a059a32aca2bfa7828c215be814a1 (patch)
treef90895a39dc8197bc275ce2023aca2d40968d0bd /lib/cc-usb.h
parentee110425fb814780476d1d3d8a257af126f41763 (diff)
Add ccdump
Diffstat (limited to 'lib/cc-usb.h')
-rw-r--r--lib/cc-usb.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/cc-usb.h b/lib/cc-usb.h
index 235e9918..2adccb93 100644
--- a/lib/cc-usb.h
+++ b/lib/cc-usb.h
@@ -50,4 +50,10 @@ cc_usb_reset(struct cc_usb *cc);
void
cc_usb_sync(struct cc_usb *cc);
+void
+cc_queue_read(struct cc_usb *cc, uint8_t *buf, int len);
+
+void
+cc_usb_printf(struct cc_usb *cc, char *format, ...);
+
#endif /* _CC_USB_H_ */