diff options
Diffstat (limited to 'drivers/net/bnx2x/bnx2x_cmn.h')
-rw-r--r-- | drivers/net/bnx2x/bnx2x_cmn.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/bnx2x/bnx2x_cmn.h b/drivers/net/bnx2x/bnx2x_cmn.h index ded8cf1e93fe..57d9354da617 100644 --- a/drivers/net/bnx2x/bnx2x_cmn.h +++ b/drivers/net/bnx2x/bnx2x_cmn.h | |||
@@ -377,6 +377,9 @@ netdev_tx_t bnx2x_start_xmit(struct sk_buff *skb, struct net_device *dev); | |||
377 | /* select_queue callback */ | 377 | /* select_queue callback */ |
378 | u16 bnx2x_select_queue(struct net_device *dev, struct sk_buff *skb); | 378 | u16 bnx2x_select_queue(struct net_device *dev, struct sk_buff *skb); |
379 | 379 | ||
380 | /* reload helper */ | ||
381 | int bnx2x_reload_if_running(struct net_device *dev); | ||
382 | |||
380 | int bnx2x_change_mac_addr(struct net_device *dev, void *p); | 383 | int bnx2x_change_mac_addr(struct net_device *dev, void *p); |
381 | 384 | ||
382 | /* NAPI poll Rx part */ | 385 | /* NAPI poll Rx part */ |