summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-12-13 16:26:19 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-12-13 16:26:19 +0100
commit0ccb9aebcd98d99fdc22d938240c65c7466e8146 (patch)
treea23f3fa6f3f251eaef352079402ebbe734038d43 /include
parent2c9ebcb856b4e4ae4e7b0201e23c34b50b680957 (diff)
parenta1a50a465485dea02aa58ed861ae4594922e7c54 (diff)
downloadbarebox-0ccb9aebcd98d99fdc22d938240c65c7466e8146.tar.gz
barebox-0ccb9aebcd98d99fdc22d938240c65c7466e8146.tar.xz
Merge branch 'pu/net-link'
Diffstat (limited to 'include')
-rw-r--r--include/linux/phy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/phy.h b/include/linux/phy.h
index b39eca5fbf..6c9cac973e 100644
--- a/include/linux/phy.h
+++ b/include/linux/phy.h
@@ -267,6 +267,7 @@ int phy_device_connect(struct eth_device *dev, struct mii_bus *bus, int addr,
u32 flags, phy_interface_t interface);
int phy_update_status(struct phy_device *phydev);
+int phy_wait_aneg_done(struct phy_device *phydev);
/* Generic PHY support and helper functions */
int genphy_restart_aneg(struct phy_device *phydev);