Staging: w35und: remove some dead code
[pandora-kernel.git] / drivers / staging / winbond / wb35tx_f.h
1 #ifndef __WINBOND_WB35TX_F_H
2 #define __WINBOND_WB35TX_F_H
3
4 #include "wbhal_f.h"
5
6 //====================================
7 // Interface function declare
8 //====================================
9 unsigned char Wb35Tx_initial(    phw_data_t pHwData );
10 void Wb35Tx_destroy(  phw_data_t pHwData );
11 unsigned char Wb35Tx_get_tx_buffer(  phw_data_t pHwData,  u8 **pBuffer );
12
13 void Wb35Tx_EP2VM(  phw_data_t pHwData );
14 void Wb35Tx_EP2VM_start(  phw_data_t pHwData );
15 void Wb35Tx_EP2VM_complete(struct urb *urb);
16
17 void Wb35Tx_start(  phw_data_t pHwData );
18 void Wb35Tx_stop(  phw_data_t pHwData );
19 void Wb35Tx(  phw_data_t pHwData );
20 void Wb35Tx_complete(struct urb *urb);
21 void Wb35Tx_reset_descriptor(  phw_data_t pHwData );
22
23 void Wb35Tx_CurrentTime(  phw_data_t pHwData,  u32 TimeCount );
24
25 #endif