Project

General

Profile

Download (359 Bytes) Statistics
| Branch: | Tag: | Revision:
1 4c1c0deb (no author)
#ifndef _AUSB_USB_H
2
#define _AUSB_USB_H
3 e73b417c meri
4
#ifndef __user
5
#define __user
6
#endif/*__user*/
7
8 4c1c0deb (no author)
int __usb_bulk_write(usb_dev_handle *dev, int ep, char *bytes, int length,
9
		     int timeout);
10
int __usb_bulk_read(usb_dev_handle *dev, int ep, char *bytes, int length,
11
		    int timeout);
12
int __usb_reattach_kernel_driver_np(usb_dev_handle *dev, int interface);
13
#endif
Add picture from clipboard (Maximum size: 48.8 MB)