|
@@ -666,6 +666,7 @@ static inline int phy_read_status(struct phy_device *phydev)
|
|
return phydev->drv->read_status(phydev);
|
|
return phydev->drv->read_status(phydev);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+int genphy_config_init(struct phy_device *phydev);
|
|
int genphy_setup_forced(struct phy_device *phydev);
|
|
int genphy_setup_forced(struct phy_device *phydev);
|
|
int genphy_restart_aneg(struct phy_device *phydev);
|
|
int genphy_restart_aneg(struct phy_device *phydev);
|
|
int genphy_config_aneg(struct phy_device *phydev);
|
|
int genphy_config_aneg(struct phy_device *phydev);
|