summaryrefslogtreecommitdiff
path: root/openpcd/opcd_test/ausb/usb.h
diff options
context:
space:
mode:
Diffstat (limited to 'openpcd/opcd_test/ausb/usb.h')
-rw-r--r--openpcd/opcd_test/ausb/usb.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/openpcd/opcd_test/ausb/usb.h b/openpcd/opcd_test/ausb/usb.h
deleted file mode 100644
index 66be0ee..0000000
--- a/openpcd/opcd_test/ausb/usb.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#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