X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fphy.h;h=3c30f115b6e02c32c71f51c749072b6a363f9280;hb=c788ecfdc3eb577757ffc1bfb8416added07ef33;hp=095f41c43b27cd4f376094530481023a6123be93;hpb=a836626cc4ddae53bfa46195a39194f21ad157af;p=u-boot diff --git a/include/phy.h b/include/phy.h index 095f41c43b..3c30f115b6 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); @@ -224,6 +225,7 @@ int phy_marvell_init(void); int phy_micrel_init(void); int phy_natsemi_init(void); int phy_realtek_init(void); +int phy_smsc_init(void); int phy_teranetics_init(void); int phy_vitesse_init(void);