usbnet: convert rndis driver to use dev_get_stats
[linux-2.6/mini2440.git] / drivers / staging / winbond / wblinux_f.h
blob868e877272401cfd5fabdc5b58e5f164212de9d8
1 #ifndef __WBLINUX_F_H
2 #define __WBLINUX_F_H
4 #include "core.h"
5 #include "mds_s.h"
7 //=========================================================================
8 // Copyright (c) 1996-2004 Winbond Electronic Corporation
9 //
10 // wblinux_f.h
12 int wb35_start_xmit(struct sk_buff *skb, struct net_device *netdev );
13 void wb35_set_multicast( struct net_device *netdev );
14 struct net_device_stats * wb35_netdev_stats( struct net_device *netdev );
16 #endif