summaryrefslogtreecommitdiffstats
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
commitee3dfafaf153fece46b15400a03581f541f96500 (patch)
tree67da64f6d71f2b1864c5aa70e3365042b5fb31b6 /target/linux/ar71xx/files/arch/mips/ath79/dev-eth.h
parenta46c7d055c9fd8dfc9c2465b5611a4ff2618c625 (diff)
downloadmaster-31e0f0ae-ee3dfafaf153fece46b15400a03581f541f96500.tar.gz
master-31e0f0ae-ee3dfafaf153fece46b15400a03581f541f96500.tar.bz2
master-31e0f0ae-ee3dfafaf153fece46b15400a03581f541f96500.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> SVN-Revision: 41623
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 */