diff options
Diffstat (limited to 'include/linux/phy.h')
-rw-r--r-- | include/linux/phy.h | 2 |
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 | ||
681 | void phy_resolve_aneg_pause(struct phy_device *phydev); | ||
681 | void phy_resolve_aneg_linkmode(struct phy_device *phydev); | 682 | void 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); | |||
1076 | int __genphy_config_aneg(struct phy_device *phydev, bool changed); | 1077 | int __genphy_config_aneg(struct phy_device *phydev, bool changed); |
1077 | int genphy_aneg_done(struct phy_device *phydev); | 1078 | int genphy_aneg_done(struct phy_device *phydev); |
1078 | int genphy_update_link(struct phy_device *phydev); | 1079 | int genphy_update_link(struct phy_device *phydev); |
1080 | int genphy_read_lpa(struct phy_device *phydev); | ||
1079 | int genphy_read_status(struct phy_device *phydev); | 1081 | int genphy_read_status(struct phy_device *phydev); |
1080 | int genphy_suspend(struct phy_device *phydev); | 1082 | int genphy_suspend(struct phy_device *phydev); |
1081 | int genphy_resume(struct phy_device *phydev); | 1083 | int genphy_resume(struct phy_device *phydev); |