Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6/linux-2.6-openrd.git] / drivers / staging / winbond / wb35rx_f.h
blob98acce517d9019af73c5ebcd075c45c7132daaa2
1 #ifndef __WINBOND_WB35RX_F_H
2 #define __WINBOND_WB35RX_F_H
4 #include <net/mac80211.h>
5 #include "wbhal_s.h"
7 //====================================
8 // Interface function declare
9 //====================================
10 unsigned char Wb35Rx_initial( struct hw_data * pHwData );
11 void Wb35Rx_destroy( struct hw_data * pHwData );
12 void Wb35Rx_stop( struct hw_data * pHwData );
13 void Wb35Rx_start(struct ieee80211_hw *hw);
15 #endif