include/linux/phy.h
changeset 2 d1f6d8b6f81c
parent 0 aa628870c1d3
--- a/include/linux/phy.h	Thu Apr 09 12:06:38 2009 +0200
+++ b/include/linux/phy.h	Thu Apr 09 12:07:21 2009 +0200
@@ -467,6 +467,8 @@
 int genphy_config_aneg(struct phy_device *phydev);
 int genphy_update_link(struct phy_device *phydev);
 int genphy_read_status(struct phy_device *phydev);
+int genphy_suspend(struct phy_device *phydev);
+int genphy_resume(struct phy_device *phydev);
 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,