diff options
author | Bryan Whitehead <Bryan.Whitehead@microchip.com> | 2018-07-23 16:16:26 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-07-23 17:09:18 -0400 |
commit | 0cf632265d6753e9bcdf2bc196999ea40c02f2dd (patch) | |
tree | 6c2b2144cb5cb2f9fc000014a021dc64d3c22df3 /drivers/net/ethernet/microchip/lan743x_ethtool.h | |
parent | 8760c4d6d5f7e5920edc34ee0785aeeda766842b (diff) |
lan743x: Add support for ethtool get_drvinfo
Implement ethtool get_drvinfo
Signed-off-by: Bryan Whitehead <Bryan.Whitehead@microchip.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/microchip/lan743x_ethtool.h')
-rw-r--r-- | drivers/net/ethernet/microchip/lan743x_ethtool.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/net/ethernet/microchip/lan743x_ethtool.h b/drivers/net/ethernet/microchip/lan743x_ethtool.h new file mode 100644 index 000000000000..d0d11a777a58 --- /dev/null +++ b/drivers/net/ethernet/microchip/lan743x_ethtool.h | |||
@@ -0,0 +1,11 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0+ */ | ||
2 | /* Copyright (C) 2018 Microchip Technology Inc. */ | ||
3 | |||
4 | #ifndef _LAN743X_ETHTOOL_H | ||
5 | #define _LAN743X_ETHTOOL_H | ||
6 | |||
7 | #include "linux/ethtool.h" | ||
8 | |||
9 | extern const struct ethtool_ops lan743x_ethtool_ops; | ||
10 | |||
11 | #endif /* _LAN743X_ETHTOOL_H */ | ||