7705a8454dcbbc2db79b67ef957b0cc7cefc3e19
[pandora-kernel.git] / drivers / staging / winbond / linux / wb35tx_f.h
1 //====================================
2 // Interface function declare
3 //====================================
4 unsigned char Wb35Tx_initial(    phw_data_t pHwData );
5 void Wb35Tx_destroy(  phw_data_t pHwData );
6 unsigned char Wb35Tx_get_tx_buffer(  phw_data_t pHwData,  PUCHAR *pBuffer );
7
8 void Wb35Tx_EP2VM(  phw_data_t pHwData );
9 void Wb35Tx_EP2VM_start(  phw_data_t pHwData );
10 void Wb35Tx_EP2VM_complete(  PURB purb );
11
12 void Wb35Tx_start(  phw_data_t pHwData );
13 void Wb35Tx_stop(  phw_data_t pHwData );
14 void Wb35Tx(  phw_data_t pHwData );
15 void Wb35Tx_complete(  PURB purb );
16 void Wb35Tx_reset_descriptor(  phw_data_t pHwData );
17
18 void Wb35Tx_CurrentTime(  phw_data_t pHwData,  u32 TimeCount );
19
20