aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/winbond/linux/wb35rx_f.h
blob: 752eec7f0670f0769f2f19f951a1dafdd17b798f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef __WINBOND_WB35RX_F_H
#define __WINBOND_WB35RX_F_H

#include "../wbhal_s.h"

//====================================
// Interface function declare
//====================================
void		Wb35Rx_reset_descriptor(  phw_data_t pHwData );
unsigned char		Wb35Rx_initial(  phw_data_t pHwData );
void		Wb35Rx_destroy(  phw_data_t pHwData );
void		Wb35Rx_stop(  phw_data_t pHwData );
u16		Wb35Rx_indicate(  phw_data_t pHwData );
void		Wb35Rx_adjust(  PDESCRIPTOR pRxDes );
void		Wb35Rx_start(  phw_data_t pHwData );

void		Wb35Rx(  phw_data_t pHwData );
void		Wb35Rx_Complete(struct urb *urb);

#endif