ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / drivers / net / wireless / prism54 / islpci_eth.h
1 /*  $Header: /var/lib/cvs/prism54-ng/ksrc/islpci_eth.h,v 1.5 2004/01/12 22:16:32 jmaurer Exp $
2  *  
3  *  Copyright (C) 2002 Intersil Americas Inc.
4  *
5  *  This program is free software; you can redistribute it and/or modify
6  *  it under the terms of the GNU General Public License as published by
7  *  the Free Software Foundation; either version 2 of the License
8  *
9  *  This program is distributed in the hope that it will be useful,
10  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
11  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12  *  GNU General Public License for more details.
13  *
14  *  You should have received a copy of the GNU General Public License
15  *  along with this program; if not, write to the Free Software
16  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17  *
18  */
19
20 #ifndef _ISLPCI_ETH_H
21 #define _ISLPCI_ETH_H
22
23 #include "isl_38xx.h"
24 #include "islpci_dev.h"
25
26 void islpci_eth_cleanup_transmit(islpci_private *, isl38xx_control_block *);
27 int islpci_eth_transmit(struct sk_buff *, struct net_device *);
28 int islpci_eth_receive(islpci_private *);
29 void islpci_eth_tx_timeout(struct net_device *);
30
31 #endif                          /* _ISL_GEN_H */