]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - drivers/staging/winbond/wblinux_f.h
a2b7e4cd09a319d076a796f5222413c3e992c087
[linux-2.6-omap-h63xx.git] / drivers / staging / winbond / wblinux_f.h
1 #ifndef __WBLINUX_F_H
2 #define __WBLINUX_F_H
3
4 #include "adapter.h"
5 #include "mds_s.h"
6
7 //=========================================================================
8 // Copyright (c) 1996-2004 Winbond Electronic Corporation
9 //
10 // wblinux_f.h
11 //
12 void WBLinux_ReceivePacket(  struct wb35_adapter *adapter,  PRXLAYER1 pRxLayer1 );
13 unsigned char WBLINUX_Initial(  struct wb35_adapter *adapter );
14 int wb35_start_xmit(struct sk_buff *skb, struct net_device *netdev );
15 void WBLINUX_GetNextPacket(  struct wb35_adapter *adapter,  PDESCRIPTOR pDes );
16 void WBLINUX_GetNextPacketCompleted(  struct wb35_adapter *adapter,  PDESCRIPTOR pDes );
17 void WBLINUX_stop(  struct wb35_adapter *adapter );
18 void WBLINUX_Destroy(  struct wb35_adapter *adapter );
19 void wb35_set_multicast( struct net_device *netdev );
20 struct net_device_stats * wb35_netdev_stats( struct net_device *netdev );
21 void WBLINUX_stop(  struct wb35_adapter *adapter );
22 void WbWlanHalt(  struct wb35_adapter *adapter );
23 unsigned char WbWLanInitialize(struct wb35_adapter *adapter);
24
25 #endif