aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/dev-eth.h
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2014-07-13 19:43:56 +0000
committerGabor Juhos <juhosg@openwrt.org>2014-07-13 19:43:56 +0000
commit625bb6a7124068ee28afe70b91093d68fe8751ca (patch)
treef152fc6d144a209170cb8531584bc99da60d3843 /target/linux/ar71xx/files/arch/mips/ath79/dev-eth.h
parenta4ddc932a3f648762cdaa8e92086d1dfba83d2fe (diff)
downloadmaster-187ad058-625bb6a7124068ee28afe70b91093d68fe8751ca.tar.gz
master-187ad058-625bb6a7124068ee28afe70b91093d68fe8751ca.tar.bz2
master-187ad058-625bb6a7124068ee28afe70b91093d68fe8751ca.zip
ar71xx: add a helper function for setting up ETH_CFG register on QCA955x
Signed-off-by: Jon Suphammer <jon@suphammer.net> Patchwork: http://patchwork.openwrt.org/patch/5839/ [juhosg: fix coding style] Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41623 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 ff26ec4851..e1517b7a29 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/dev-eth.h
+++ b/target/linux/ar71xx/files/arch/mips/ath79/dev-eth.h
@@ -47,5 +47,6 @@ 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);
+void ath79_setup_qca955x_eth_cfg(u32 mask);
#endif /* _ATH79_DEV_ETH_H */