2
0
forked from Ivasoft/openwrt

ar71xx: add a helper function for setting up PHY4 swapping on ar933x

SVN-Revision: 32092
This commit is contained in:
Felix Fietkau
2012-06-06 17:24:09 +00:00
parent 072bed4760
commit dc9675282e
3 changed files with 21 additions and 15 deletions

View File

@@ -43,4 +43,6 @@ extern struct platform_device ath79_mdio0_device;
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);
#endif /* _ATH79_DEV_ETH_H */