summaryrefslogtreecommitdiff
path: root/host/ausb/usb.h
blob: 979d30c6d1dadf2b333c0351755f822c7e2339c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _AUSB_USB_H
#define _AUSB_USB_H

#ifndef __user
#define __user
#endif/*__user*/

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