summaryrefslogtreecommitdiff
path: root/ethtool-util.h
diff options
context:
space:
mode:
authorEugene Surovegin <ebs@ebshome.net>2005-10-25 02:29:27 -0400
committerJeff Garzik <jgarzik@pobox.com>2005-10-25 02:29:27 -0400
commita69768a4266ef72fb6936334013a4183269732f2 (patch)
tree234141620e95f34ef5a300ca6a0410b6d0e23885 /ethtool-util.h
parent6960d52a9dff61f0c6d5c788d0cd4b691d28c7e7 (diff)
downloadethtool-a69768a4266ef72fb6936334013a4183269732f2.tar.gz
Add PPC4xx EMAC support.
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 a69fa86..e95d75c 100644
--- a/ethtool-util.h
+++ b/ethtool-util.h
@@ -39,4 +39,7 @@ int pcnet32_dump_regs(struct ethtool_drvinfo *info, struct ethtool_regs *regs);
/* Motorola 8xx FEC Ethernet controller */
int fec_8xx_dump_regs(struct ethtool_drvinfo *info, struct ethtool_regs *regs);
+/* PowerPC 4xx on-chip Ethernet controller */
+int ibm_emac_dump_regs(struct ethtool_drvinfo *info, struct ethtool_regs *regs);
+
#endif