]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - drivers/staging/winbond/linux/wbusb_f.h
5a811f6c022afba4d138e01a063c7ef029df21cd
[linux-2.6-omap-h63xx.git] / drivers / staging / winbond / linux / wbusb_f.h
1 //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 // Copyright (c) 1996-2004 Winbond Electronic Corporation
3 //
4 //  Module Name:
5 //    wbusb_f.h
6 //
7 //  Abstract:
8 //    Linux driver.
9 //
10 //  Author:
11 //
12 //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
13
14 unsigned char WbUsb_initial(phw_data_t pHwData);
15 void WbUsb_destroy(phw_data_t pHwData);
16 unsigned char WbWLanInitialize(struct wb35_adapter *adapter);
17 #define WbUsb_Stop( _A )
18
19 #define wb_usb_submit_urb(_A) usb_submit_urb(_A, GFP_ATOMIC)
20 #define wb_usb_alloc_urb(_A) usb_alloc_urb(_A, GFP_ATOMIC)
21
22 #define WbUsb_CheckForHang( _P )
23 #define WbUsb_DetectStart( _P, _I )
24
25
26
27
28