X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fphy.h;h=6a7eb402165d0f6c4dfb8d647f3b2afe725ab4e7;hb=7d0bab9dfecb3717f7e704b60a9f11631cb6636e;hp=7968defd2fa7a45dbf06724410fb69d3f6c1f3af;hpb=1f0e14bbc065c88ddb68fec42b317f487cc85410;p=pandora-kernel.git diff --git a/include/linux/phy.h b/include/linux/phy.h index 7968defd2fa7..6a7eb402165d 100644 --- a/include/linux/phy.h +++ b/include/linux/phy.h @@ -485,6 +485,7 @@ void phy_driver_unregister(struct phy_driver *drv); int phy_driver_register(struct phy_driver *new_driver); void phy_prepare_link(struct phy_device *phydev, void (*adjust_link)(struct net_device *)); +void phy_state_machine(struct work_struct *work); void phy_start_machine(struct phy_device *phydev, void (*handler)(struct net_device *)); void phy_stop_machine(struct phy_device *phydev);