summaryrefslogtreecommitdiff
path: root/host/ausb/usb.h
diff options
context:
space:
mode:
Diffstat (limited to 'host/ausb/usb.h')
-rw-r--r--host/ausb/usb.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/host/ausb/usb.h b/host/ausb/usb.h
new file mode 100644
index 0000000..66be0ee
--- /dev/null
+++ b/host/ausb/usb.h
@@ -0,0 +1,8 @@
+#ifndef _AUSB_USB_H
+#define _AUSB_USB_H
+int __usb_bulk_write(usb_dev_handle *dev, int ep, char *bytes, int length,
+ int timeout);
+int __usb_bulk_read(usb_dev_handle *dev, int ep, char *bytes, int length,
+ int timeout);
+int __usb_reattach_kernel_driver_np(usb_dev_handle *dev, int interface);
+#endif
personal git repositories of Harald Welte. Your mileage may vary