Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland...
[linux-2.6] / 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 int wb35_open(struct net_device *netdev);
15 int wb35_close(struct net_device *netdev);
16 unsigned char WbUsb_initial(phw_data_t pHwData);
17 void WbUsb_destroy(phw_data_t pHwData);
18 unsigned char WbWLanInitialize(PADAPTER Adapter);
19 #define WbUsb_Stop( _A )
20
21 int wb35_probe(struct usb_interface *intf,const struct usb_device_id *id_table);
22 void wb35_disconnect(struct usb_interface *intf);
23
24
25 #define wb_usb_submit_urb(_A) usb_submit_urb(_A, GFP_ATOMIC)
26 #define wb_usb_alloc_urb(_A) usb_alloc_urb(_A, GFP_ATOMIC)
27
28 #define WbUsb_CheckForHang( _P )
29 #define WbUsb_DetectStart( _P, _I )
30
31
32
33
34