Staging: w35und: move source files to one directory
[firefly-linux-kernel-4.4.55.git] / drivers / staging / winbond / wb35rx_f.h
1 #ifndef __WINBOND_WB35RX_F_H
2 #define __WINBOND_WB35RX_F_H
3
4 #include "wbhal_s.h"
5
6 //====================================
7 // Interface function declare
8 //====================================
9 void            Wb35Rx_reset_descriptor(  phw_data_t pHwData );
10 unsigned char           Wb35Rx_initial(  phw_data_t pHwData );
11 void            Wb35Rx_destroy(  phw_data_t pHwData );
12 void            Wb35Rx_stop(  phw_data_t pHwData );
13 u16             Wb35Rx_indicate(  phw_data_t pHwData );
14 void            Wb35Rx_adjust(  PDESCRIPTOR pRxDes );
15 void            Wb35Rx_start(  phw_data_t pHwData );
16
17 void            Wb35Rx(  phw_data_t pHwData );
18 void            Wb35Rx_Complete(struct urb *urb);
19
20 #endif