summaryrefslogtreecommitdiff
path: root/switch.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-05-31 16:38:14 +0200
committerFelix Fietkau <nbd@openwrt.org>2013-05-31 16:38:14 +0200
commitb62a33af03c39a8970249ce7afe7baec7ea9b91b (patch)
treec3c3b46aca30b80c17065dd7d2f6f18753f69e32 /switch.h
parent667d9c5939df265b16ea1978fb0a3a1444b75108 (diff)
add support for remaining device modes
Diffstat (limited to 'switch.h')
-rw-r--r--switch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/switch.h b/switch.h
index 441e6a3..246a29a 100644
--- a/switch.h
+++ b/switch.h
@@ -22,6 +22,7 @@ struct usbdev_data {
extern char **messages;
extern int *message_len;
extern int n_messages;
+extern struct libusb_context *usb;
void handle_switch(struct usbdev_data *data);