linux/drivers/staging/winbond/wb35rx_f.h
<<
>>
Prefs
   1#ifndef __WINBOND_WB35RX_F_H
   2#define __WINBOND_WB35RX_F_H
   3
   4#include <net/mac80211.h>
   5#include "wbhal_s.h"
   6
   7//====================================
   8// Interface function declare
   9//====================================
  10unsigned char           Wb35Rx_initial(  struct hw_data * pHwData );
  11void            Wb35Rx_destroy(  struct hw_data * pHwData );
  12void            Wb35Rx_stop(  struct hw_data * pHwData );
  13void            Wb35Rx_start(struct ieee80211_hw *hw);
  14
  15#endif
  16