]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/usb/host/ohci.h
usb: ohci: Add dm support
[karo-tx-uboot.git] / drivers / usb / host / ohci.h
index f52b4c1bb535e60d92be11528ff0fdef202e46d4..3f9869b6a887de6b1b3a4d81989f3cb56561bdd7 100644 (file)
@@ -405,3 +405,10 @@ typedef struct ohci {
 
        const char      *slot_name;
 } ohci_t;
+
+#ifdef CONFIG_DM_USB
+extern struct dm_usb_ops ohci_usb_ops;
+
+int ohci_register(struct udevice *dev, struct ohci_regs *regs);
+int ohci_deregister(struct udevice *dev);
+#endif