.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (C) 2002 Intersil Americas Inc. |
---|
3 | | - * |
---|
4 | | - * This program is free software; you can redistribute it and/or modify |
---|
5 | | - * it under the terms of the GNU General Public License as published by |
---|
6 | | - * the Free Software Foundation; either version 2 of the License |
---|
7 | | - * |
---|
8 | | - * This program is distributed in the hope that it will be useful, |
---|
9 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
10 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
11 | | - * GNU General Public License for more details. |
---|
12 | | - * |
---|
13 | | - * You should have received a copy of the GNU General Public License |
---|
14 | | - * along with this program; if not, see <http://www.gnu.org/licenses/>. |
---|
15 | | - * |
---|
16 | 4 | */ |
---|
17 | 5 | |
---|
18 | 6 | #ifndef _ISLPCI_ETH_H |
---|
.. | .. |
---|
65 | 53 | void islpci_eth_cleanup_transmit(islpci_private *, isl38xx_control_block *); |
---|
66 | 54 | netdev_tx_t islpci_eth_transmit(struct sk_buff *, struct net_device *); |
---|
67 | 55 | int islpci_eth_receive(islpci_private *); |
---|
68 | | -void islpci_eth_tx_timeout(struct net_device *); |
---|
| 56 | +void islpci_eth_tx_timeout(struct net_device *, unsigned int txqueue); |
---|
69 | 57 | void islpci_do_reset_and_wake(struct work_struct *); |
---|
70 | 58 | |
---|
71 | 59 | #endif /* _ISL_GEN_H */ |
---|