Project

General

Profile

Download (359 Bytes) Statistics
| Branch: | Tag: | Revision:
1
#ifndef _AUSB_USB_H
2
#define _AUSB_USB_H
3

    
4
#ifndef __user
5
#define __user
6
#endif/*__user*/
7

    
8
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
(6-6/6)
Add picture from clipboard (Maximum size: 48.8 MB)