]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/mdio-bitbang.h
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[karo-tx-linux.git] / include / linux / mdio-bitbang.h
index 0fe00cd4c93ca3b26fb8841b6becfd8ef10a02cd..76f52bbbb2f430b822524b4e60ef90fa05a4f476 100644 (file)
@@ -32,6 +32,8 @@ struct mdiobb_ops {
 
 struct mdiobb_ctrl {
        const struct mdiobb_ops *ops;
+       /* reset callback */
+       int (*reset)(struct mii_bus *bus);
 };
 
 /* The returned bus is not yet registered with the phy layer. */