Staging: add w35und wifi driver
[linux-2.6/mini2440.git] / drivers / staging / winbond / linux / wb35rx_f.h
blobdaa3e73042bd0f625f4353d213edaa34a97a9fc5
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( PURB pUrb );