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 8e4bc8ab692d..fdfa11542974 100644 --- a/include/linux/phy.h +++ b/include/linux/phy.h | |||
@@ -557,6 +557,8 @@ void phy_drivers_unregister(struct phy_driver *drv, int n); | |||
557 | int phy_driver_register(struct phy_driver *new_driver); | 557 | int phy_driver_register(struct phy_driver *new_driver); |
558 | int phy_drivers_register(struct phy_driver *new_driver, int n); | 558 | int phy_drivers_register(struct phy_driver *new_driver, int n); |
559 | void phy_state_machine(struct work_struct *work); | 559 | void phy_state_machine(struct work_struct *work); |
560 | void phy_change(struct work_struct *work); | ||
561 | void phy_mac_interrupt(struct phy_device *phydev, int new_link); | ||
560 | void phy_start_machine(struct phy_device *phydev, | 562 | void phy_start_machine(struct phy_device *phydev, |
561 | void (*handler)(struct net_device *)); | 563 | void (*handler)(struct net_device *)); |
562 | void phy_stop_machine(struct phy_device *phydev); | 564 | void phy_stop_machine(struct phy_device *phydev); |