summaryrefslogtreecommitdiff
path: root/ethtool-util.h
diff options
context:
space:
mode:
authorJohn W. Linville <linville@tuxdriver.com>2009-12-23 09:29:47 -0500
committerJeff Garzik <jgarzik@redhat.com>2009-12-23 17:10:56 -0500
commitc1af44178cfaeb865f6ed1f6d00439edaa7b00d1 (patch)
tree3faf569fbc130a42ed544301deb8c1426c09f073 /ethtool-util.h
parentef381865d941b62a40432b9dfc1e74b4ee54cb91 (diff)
downloadethtool-c1af44178cfaeb865f6ed1f6d00439edaa7b00d1.tar.gz
ethtool: add support for at76c50x-usb driver
Signed-off-by: John W. Linville <linville@tuxdriver.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'ethtool-util.h')
-rw-r--r--ethtool-util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ethtool-util.h b/ethtool-util.h
index 8ae7e47..bc66df7 100644
--- a/ethtool-util.h
+++ b/ethtool-util.h
@@ -67,4 +67,6 @@ int vioc_dump_regs(struct ethtool_drvinfo *info, struct ethtool_regs *regs);
/* SMSC LAN911x/LAN921x embedded ethernet controller */
int smsc911x_dump_regs(struct ethtool_drvinfo *info, struct ethtool_regs *regs);
+int at76c50x_usb_dump_regs(struct ethtool_drvinfo *info, struct ethtool_regs *regs);
+
#endif