summaryrefslogtreecommitdiffstats
path: root/drivers/staging/winbond/wblinux_f.h
blob: ed2676b22f6b27d1678941a6a67881eab3ddbb66 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef __WBLINUX_F_H
#define __WBLINUX_F_H

#include "adapter.h"
#include "mds_s.h"

//=========================================================================
// Copyright (c) 1996-2004 Winbond Electronic Corporation
//
// wblinux_f.h
//
unsigned char WBLINUX_Initial(  struct wb35_adapter *adapter );
int wb35_start_xmit(struct sk_buff *skb, struct net_device *netdev );
void WBLINUX_stop(  struct wb35_adapter *adapter );
void WBLINUX_Destroy(  struct wb35_adapter *adapter );
void wb35_set_multicast( struct net_device *netdev );
struct net_device_stats * wb35_netdev_stats( struct net_device *netdev );
void WBLINUX_stop(  struct wb35_adapter *adapter );
void WbWlanHalt(  struct wb35_adapter *adapter );
unsigned char WbWLanInitialize(struct wb35_adapter *adapter);

#endif