Staging: w35und: usb_put_dev() is missing from wb35_disconnect()
[linux-2.6/kvm.git] / drivers / staging / winbond / linux / wb35rx_f.h
blob565280e890b727d82d1c0dd4cd009089d40c0506
1 //====================================
2 // Interface function declare
3 //====================================
4 void Wb35Rx_reset_descriptor( phw_data_t pHwData );
5 unsigned char Wb35Rx_initial( phw_data_t pHwData );
6 void Wb35Rx_destroy( phw_data_t pHwData );
7 void Wb35Rx_stop( phw_data_t pHwData );
8 u16 Wb35Rx_indicate( phw_data_t pHwData );
9 void Wb35Rx_adjust( PDESCRIPTOR pRxDes );
10 void Wb35Rx_start( phw_data_t pHwData );
12 void Wb35Rx( phw_data_t pHwData );
13 void Wb35Rx_Complete(struct urb *urb);