diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/phy.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/phy.h b/include/linux/phy.h index 0bb5b212ab42..e8264c78b75b 100644 --- a/include/linux/phy.h +++ b/include/linux/phy.h | |||
| @@ -667,6 +667,9 @@ struct phy_fixup { | |||
| 667 | int (*run)(struct phy_device *phydev); | 667 | int (*run)(struct phy_device *phydev); |
| 668 | }; | 668 | }; |
| 669 | 669 | ||
| 670 | const char *phy_speed_to_str(int speed); | ||
| 671 | const char *phy_duplex_to_str(unsigned int duplex); | ||
| 672 | |||
| 670 | /** | 673 | /** |
| 671 | * phy_read_mmd - Convenience function for reading a register | 674 | * phy_read_mmd - Convenience function for reading a register |
| 672 | * from an MMD on a given PHY. | 675 | * from an MMD on a given PHY. |
