aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb/otg.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/usb/otg.h')
-rw-r--r--include/linux/usb/otg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/usb/otg.h b/include/linux/usb/otg.h
index 6e40718f5abe..bc84858b3a4d 100644
--- a/include/linux/usb/otg.h
+++ b/include/linux/usb/otg.h
@@ -246,5 +246,6 @@ otg_unregister_notifier(struct otg_transceiver *otg, struct notifier_block *nb)
246 246
247/* for OTG controller drivers (and maybe other stuff) */ 247/* for OTG controller drivers (and maybe other stuff) */
248extern int usb_bus_start_enum(struct usb_bus *bus, unsigned port_num); 248extern int usb_bus_start_enum(struct usb_bus *bus, unsigned port_num);
249extern const char *otg_state_string(enum usb_otg_state state);
249 250
250#endif /* __LINUX_USB_OTG_H */ 251#endif /* __LINUX_USB_OTG_H */