summaryrefslogtreecommitdiff
path: root/ethtool-util.h
diff options
context:
space:
mode:
authorNicholas Nunley <nicholas.d.nunley@intel.com>2007-08-15 10:44:01 -0700
committerJeff Garzik <jeff@garzik.org>2007-09-13 00:14:52 -0400
commitae5505efd0c8df6e705f852dbb697f8d69f7e815 (patch)
tree272ec709bf566b9901c4d247e4451a31c8b4d087 /ethtool-util.h
parentee6a4ec9b23ae887d280f0f4eedb9a931f71d311 (diff)
downloadethtool-ae5505efd0c8df6e705f852dbb697f8d69f7e815.tar.gz
ethtool: add register dump support for intel 82575 chipsets (igb driver)
Signed-off-by: Nicholas Nunley <nicholas.d.nunley@intel.com> Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
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 f429555..1621dfe 100644
--- a/ethtool-util.h
+++ b/ethtool-util.h
@@ -30,6 +30,8 @@ int de2104x_dump_regs(struct ethtool_drvinfo *info, struct ethtool_regs *regs);
/* Intel(R) PRO/1000 Gigabit Adapter Family */
int e1000_dump_regs(struct ethtool_drvinfo *info, struct ethtool_regs *regs);
+int igb_dump_regs(struct ethtool_drvinfo *info, struct ethtool_regs *regs);
+
/* RealTek PCI */
int realtek_dump_regs(struct ethtool_drvinfo *info, struct ethtool_regs *regs);