]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/usb/chipidea/otg.h
usb: chipidea: move otg related things to otg file
[karo-tx-linux.git] / drivers / usb / chipidea / otg.h
index 376eaee73042ef1107abae697e470a27adc1eb05..8acf3df4e3e5481ff526faf64a5d65092b5040f9 100644 (file)
@@ -28,5 +28,7 @@ static inline void ci_disable_otg_interrupt(struct ci_hdrc *ci, u32 bits)
 }
 
 int ci_hdrc_otg_init(struct ci_hdrc *ci);
+void ci_hdrc_otg_destroy(struct ci_hdrc *ci);
+enum ci_role ci_otg_role(struct ci_hdrc *ci);
 
 #endif /* __DRIVERS_USB_CHIPIDEA_OTG_H */