Loading drivers/usb/host/fusbh200.h +2 −38 Original line number Diff line number Diff line #ifndef __LINUX_FUSBH200_H #define __LINUX_FUSBH200_H #include <linux/usb/ehci-dbgp.h> /* definitions used for the EHCI driver */ /* Loading Loading @@ -296,44 +298,6 @@ struct fusbh200_dbg_port { u32 address; }; #ifdef CONFIG_EARLY_PRINTK_DBGP #include <linux/init.h> extern int __init early_dbgp_init(char *s); extern struct console early_dbgp_console; #endif /* CONFIG_EARLY_PRINTK_DBGP */ struct usb_hcd; #ifdef CONFIG_XEN_DOM0 extern int xen_dbgp_reset_prep(struct usb_hcd *); extern int xen_dbgp_external_startup(struct usb_hcd *); #else static inline int xen_dbgp_reset_prep(struct usb_hcd *hcd) { return 1; /* Shouldn't this be 0? */ } static inline int xen_dbgp_external_startup(struct usb_hcd *hcd) { return -1; } #endif #ifdef CONFIG_EARLY_PRINTK_DBGP /* Call backs from fusbh200 host driver to fusbh200 debug driver */ extern int dbgp_external_startup(struct usb_hcd *); extern int dbgp_reset_prep(struct usb_hcd *hcd); #else static inline int dbgp_reset_prep(struct usb_hcd *hcd) { return xen_dbgp_reset_prep(hcd); } static inline int dbgp_external_startup(struct usb_hcd *hcd) { return xen_dbgp_external_startup(hcd); } #endif /*-------------------------------------------------------------------------*/ #define QTD_NEXT(fusbh200, dma) cpu_to_hc32(fusbh200, (u32)dma) Loading Loading
drivers/usb/host/fusbh200.h +2 −38 Original line number Diff line number Diff line #ifndef __LINUX_FUSBH200_H #define __LINUX_FUSBH200_H #include <linux/usb/ehci-dbgp.h> /* definitions used for the EHCI driver */ /* Loading Loading @@ -296,44 +298,6 @@ struct fusbh200_dbg_port { u32 address; }; #ifdef CONFIG_EARLY_PRINTK_DBGP #include <linux/init.h> extern int __init early_dbgp_init(char *s); extern struct console early_dbgp_console; #endif /* CONFIG_EARLY_PRINTK_DBGP */ struct usb_hcd; #ifdef CONFIG_XEN_DOM0 extern int xen_dbgp_reset_prep(struct usb_hcd *); extern int xen_dbgp_external_startup(struct usb_hcd *); #else static inline int xen_dbgp_reset_prep(struct usb_hcd *hcd) { return 1; /* Shouldn't this be 0? */ } static inline int xen_dbgp_external_startup(struct usb_hcd *hcd) { return -1; } #endif #ifdef CONFIG_EARLY_PRINTK_DBGP /* Call backs from fusbh200 host driver to fusbh200 debug driver */ extern int dbgp_external_startup(struct usb_hcd *); extern int dbgp_reset_prep(struct usb_hcd *hcd); #else static inline int dbgp_reset_prep(struct usb_hcd *hcd) { return xen_dbgp_reset_prep(hcd); } static inline int dbgp_external_startup(struct usb_hcd *hcd) { return xen_dbgp_external_startup(hcd); } #endif /*-------------------------------------------------------------------------*/ #define QTD_NEXT(fusbh200, dma) cpu_to_hc32(fusbh200, (u32)dma) Loading