]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - drivers/staging/winbond/linux/wb35tx_f.h
[JFFS2] fix race condition in jffs2_lzo_compress()
[linux-2.6-omap-h63xx.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