]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - include/linux/phy.h
libfdt: define INT32_MAX and UINT32_MAX in libfdt_env.h
[mirror_ubuntu-bionic-kernel.git] / include / linux / phy.h
index cf451a43486cf05ceaf0ae76a318831dc1ce6d63..1178c1695c3167d52d6b51c747b77a882ab960d8 100644 (file)
@@ -880,6 +880,10 @@ static inline int genphy_no_soft_reset(struct phy_device *phydev)
 {
        return 0;
 }
+int genphy_read_mmd_unsupported(struct phy_device *phdev, int devad,
+                               u16 regnum);
+int genphy_write_mmd_unsupported(struct phy_device *phdev, int devnum,
+                                u16 regnum, u16 val);
 
 /* Clause 45 PHY */
 int genphy_c45_restart_aneg(struct phy_device *phydev);