]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/phy.h
cmd_eeprom: bug fix for i2c read/write
[karo-tx-uboot.git] / include / phy.h
index f86ffb92072be303e173628c8f1692e5b5e2f2b8..1f22fa180c6247ee162b554e88780d516b6bba3a 100644 (file)
@@ -125,6 +125,9 @@ struct phy_driver {
        /* Called when bringing down the controller */
        int (*shutdown)(struct phy_device *phydev);
 
+       int (*readext)(struct phy_device *phydev, int addr, int devad, int reg);
+       int (*writeext)(struct phy_device *phydev, int addr, int devad, int reg,
+                       u16 val);
        struct list_head list;
 };