From a69768a4266ef72fb6936334013a4183269732f2 Mon Sep 17 00:00:00 2001 From: Eugene Surovegin Date: Tue, 25 Oct 2005 02:29:27 -0400 Subject: Add PPC4xx EMAC support. --- 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 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 -- cgit v1.2.1