Make hash_64() use a 64-bit multiply when appropriate
[pandora-kernel.git] / include / linux / mdio-bitbang.h
index 0fe00cd..76f52bb 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. */