diff options
author | Taku Izumi <izumi.taku@jp.fujitsu.com> | 2015-08-21 10:29:38 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-08-24 23:06:37 +0200 |
commit | 786eec27cbb1713caf3b33538a877a21e779d3bc (patch) | |
tree | f9f59b7da4c673d3f7cdbc5322e0e21c122fddfb /drivers/net/fjes/fjes.h | |
parent | fjes: handle receive cancellation request interrupt (diff) | |
download | linux-786eec27cbb1713caf3b33538a877a21e779d3bc.tar.xz linux-786eec27cbb1713caf3b33538a877a21e779d3bc.zip |
fjes: ethtool support
This patch adds implementation for ethtool support.
Signed-off-by: Taku Izumi <izumi.taku@jp.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/fjes/fjes.h')
-rw-r--r-- | drivers/net/fjes/fjes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/fjes/fjes.h b/drivers/net/fjes/fjes.h index 57feee84332d..a592fe21c698 100644 --- a/drivers/net/fjes/fjes.h +++ b/drivers/net/fjes/fjes.h @@ -72,4 +72,6 @@ extern char fjes_driver_name[]; extern char fjes_driver_version[]; extern const u32 fjes_support_mtu[]; +void fjes_set_ethtool_ops(struct net_device *); + #endif /* FJES_H_ */ |