summaryrefslogtreecommitdiffstats
path: root/include/linux/phy.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/phy.h')
-rw-r--r--include/linux/phy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/phy.h b/include/linux/phy.h
index a7ecbe0e55aa..9a0e981df502 100644
--- a/include/linux/phy.h
+++ b/include/linux/phy.h
@@ -678,6 +678,7 @@ static inline bool phy_is_started(struct phy_device *phydev)
678 return phydev->state >= PHY_UP; 678 return phydev->state >= PHY_UP;
679} 679}
680 680
681void phy_resolve_aneg_pause(struct phy_device *phydev);
681void phy_resolve_aneg_linkmode(struct phy_device *phydev); 682void phy_resolve_aneg_linkmode(struct phy_device *phydev);
682 683
683/** 684/**
@@ -1076,6 +1077,7 @@ int genphy_config_eee_advert(struct phy_device *phydev);
1076int __genphy_config_aneg(struct phy_device *phydev, bool changed); 1077int __genphy_config_aneg(struct phy_device *phydev, bool changed);
1077int genphy_aneg_done(struct phy_device *phydev); 1078int genphy_aneg_done(struct phy_device *phydev);
1078int genphy_update_link(struct phy_device *phydev); 1079int genphy_update_link(struct phy_device *phydev);
1080int genphy_read_lpa(struct phy_device *phydev);
1079int genphy_read_status(struct phy_device *phydev); 1081int genphy_read_status(struct phy_device *phydev);
1080int genphy_suspend(struct phy_device *phydev); 1082int genphy_suspend(struct phy_device *phydev);
1081int genphy_resume(struct phy_device *phydev); 1083int genphy_resume(struct phy_device *phydev);