summaryrefslogtreecommitdiff
path: root/ethtool-util.h
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@osdl.org>2006-09-26 13:09:14 -0700
committerJeff Garzik <jeff@garzik.org>2006-09-27 19:01:26 -0400
commitad702599947629f096b698b6d0f9ba7f24b27cce (patch)
treefec1f81a7c51e3eaa17e8a6be7da38e9eba66121 /ethtool-util.h
parent2d50690d76353f1a954f7f632e0894d124cc9241 (diff)
downloadethtool-ad702599947629f096b698b6d0f9ba7f24b27cce.tar.gz
[PATCH] ethtool: sky2 support
Add full support for sky2 chip Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'ethtool-util.h')
-rw-r--r--ethtool-util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ethtool-util.h b/ethtool-util.h
index 0e6fce2..0909a5a 100644
--- a/ethtool-util.h
+++ b/ethtool-util.h
@@ -51,4 +51,7 @@ int tg3_dump_regs(struct ethtool_drvinfo *info, struct ethtool_regs *regs);
/* SysKonnect Gigabit (Genesis and Yukon) */
int skge_dump_regs(struct ethtool_drvinfo *info, struct ethtool_regs *regs);
+/* SysKonnect Gigabit (Yukon2) */
+int sky2_dump_regs(struct ethtool_drvinfo *info, struct ethtool_regs *regs);
+
#endif