X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fphy.h;h=3c30f115b6e02c32c71f51c749072b6a363f9280;hb=cae4a8a2a81ca6cd16d5de1b55d47e315cbff05a;hp=bc522d57c384114fb1960cb8778b4396151a88ce;hpb=b6abf55578d36d0304d8af9a13a58ca13b9066b7;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/phy.h b/include/phy.h index bc522d5..3c30f11 100644 --- a/include/phy.h +++ b/include/phy.h @@ -207,6 +207,7 @@ int phy_config(struct phy_device *phydev); int phy_shutdown(struct phy_device *phydev); int phy_register(struct phy_driver *drv); int genphy_config_aneg(struct phy_device *phydev); +int genphy_restart_aneg(struct phy_device *phydev); int genphy_update_link(struct phy_device *phydev); int genphy_config(struct phy_device *phydev); int genphy_startup(struct phy_device *phydev);