aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/dev-eth.h
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-10-17 18:27:45 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-10-17 18:27:45 +0000
commit5e39bae8bdfaf0cf5ba3a40f8b343c699b502510 (patch)
tree3f81daee723096933b8341fc8098ba74954b6f3a /target/linux/ar71xx/files/arch/mips/ath79/dev-eth.h
parent10e391acb0757b51855fe77174028bfbb6b79c85 (diff)
downloadmaster-187ad058-5e39bae8bdfaf0cf5ba3a40f8b343c699b502510.tar.gz
master-187ad058-5e39bae8bdfaf0cf5ba3a40f8b343c699b502510.tar.bz2
master-187ad058-5e39bae8bdfaf0cf5ba3a40f8b343c699b502510.zip
ar71xx: add a helper function for setting up ETH_CFG register on AR934x
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33817 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/dev-eth.h')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/dev-eth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/dev-eth.h b/target/linux/ar71xx/files/arch/mips/ath79/dev-eth.h
index d4f27d9cf2..561bf3ff86 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/dev-eth.h
+++ b/target/linux/ar71xx/files/arch/mips/ath79/dev-eth.h
@@ -44,5 +44,6 @@ extern struct platform_device ath79_mdio1_device;
void ath79_register_mdio(unsigned int id, u32 phy_mask);
void ath79_setup_ar933x_phy4_switch(bool mac, bool mdio);
+void ath79_setup_ar934x_eth_cfg(u32 mask);
#endif /* _ATH79_DEV_ETH_H */