aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/usb')
-rw-r--r--include/linux/usb/ehci_def.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/linux/usb/ehci_def.h b/include/linux/usb/ehci_def.h
index 07851e05d763..1909d924f816 100644
--- a/include/linux/usb/ehci_def.h
+++ b/include/linux/usb/ehci_def.h
@@ -179,6 +179,16 @@ extern struct console early_dbgp_console;
179#ifdef CONFIG_EARLY_PRINTK_DBGP 179#ifdef CONFIG_EARLY_PRINTK_DBGP
180/* Call backs from ehci host driver to ehci debug driver */ 180/* Call backs from ehci host driver to ehci debug driver */
181extern int dbgp_external_startup(void); 181extern int dbgp_external_startup(void);
182extern int dbgp_reset_prep(void);
183#else
184static inline int dbgp_reset_prep(void)
185{
186 return 1;
187}
188static inline int dbgp_external_startup(void)
189{
190 return -1;
191}
182#endif 192#endif
183 193
184#endif /* __LINUX_USB_EHCI_DEF_H */ 194#endif /* __LINUX_USB_EHCI_DEF_H */