Merge branches 'topic/fix/misc' and 'topic/fix/hda' into for-linus
[linux-2.6] / drivers / staging / winbond / linux / wb35rx_f.h
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 );
11
12 void            Wb35Rx(  phw_data_t pHwData );
13 void            Wb35Rx_Complete(  PURB pUrb );
14
15
16
17