summaryrefslogtreecommitdiff
path: root/lib/cc-usb.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-04-17 10:10:47 -0700
committerKeith Packard <keithp@keithp.com>2009-04-17 10:10:47 -0700
commit26095fc0511ee0d5213f038986032f7c59964cf0 (patch)
tree50db1d8adbf6911bd96651de68cda3b89d21115e /lib/cc-usb.h
parent543bedde83cbce5145668e72965e02d892187b59 (diff)
Run-time selection between cp2103 and cc1111
Diffstat (limited to 'lib/cc-usb.h')
-rw-r--r--lib/cc-usb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cc-usb.h b/lib/cc-usb.h
index 2adccb93..d7acfbd2 100644
--- a/lib/cc-usb.h
+++ b/lib/cc-usb.h
@@ -24,7 +24,7 @@
struct cc_usb;
struct cc_usb *
-cc_usb_open(void);
+cc_usb_open(char *tty);
void
cc_usb_close(struct cc_usb *cc);