From 2c2ee7ae6117f05fc76741451c5c6e79b31512c3 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 21 Jun 2010 14:09:47 +0100 Subject: ethtool: Add support for sfc register dumps Signed-off-by: Ben Hutchings Signed-off-by: Jeff Garzik --- ethtool-util.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ethtool-util.h') 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 -- cgit v1.2.1