summaryrefslogtreecommitdiff
path: root/ethtool-util.h
diff options
context:
space:
mode:
authorBen Hutchings <bhutchings@solarflare.com>2010-06-21 14:09:47 +0100
committerJeff Garzik <jgarzik@redhat.com>2010-06-21 23:40:52 -0400
commit2c2ee7ae6117f05fc76741451c5c6e79b31512c3 (patch)
tree313d076e26a6a12b619f93ef7f620cfe57f0a091 /ethtool-util.h
parent07d12dab0efc3ea15ee97732fdf6ac7c2a163c21 (diff)
downloadethtool-2c2ee7ae6117f05fc76741451c5c6e79b31512c3.tar.gz
ethtool: Add support for sfc register dumps
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
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 bc66df7..e9a998a 100644
--- a/ethtool-util.h
+++ b/ethtool-util.h
@@ -69,4 +69,7 @@ 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);
+/* Solarflare Solarstorm controllers */
+int sfc_dump_regs(struct ethtool_drvinfo *info, struct ethtool_regs *regs);
+
#endif