aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/dev-eth.h
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-10-18 07:13:06 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-10-18 07:13:06 +0000
commit1e0dfc964d626344322603889aa5742f4b2a5897 (patch)
tree4479c535329aa64421fac64e5023791afb920bef /target/linux/ar71xx/files/arch/mips/ath79/dev-eth.h
parent1b02f4627aad690121afaadeeab1d82331cd2016 (diff)
downloadopenwrt-1e0dfc964d626344322603889aa5742f4b2a5897.tar.gz
openwrt-1e0dfc964d626344322603889aa5742f4b2a5897.zip
AA: ar71xx: add a helper function for setting up ETH_CFG register on AR934x
Backport of r33817. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33835 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 d4f27d9cf..561bf3ff8 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 */