|
@@ -326,6 +326,10 @@ extern struct console early_dbgp_console;
|
|
|
|
|
|
struct usb_hcd;
|
|
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)
|
|
static inline int xen_dbgp_reset_prep(struct usb_hcd *hcd)
|
|
{
|
|
{
|
|
return 1; /* Shouldn't this be 0? */
|
|
return 1; /* Shouldn't this be 0? */
|
|
@@ -335,6 +339,7 @@ static inline int xen_dbgp_external_startup(struct usb_hcd *hcd)
|
|
{
|
|
{
|
|
return -1;
|
|
return -1;
|
|
}
|
|
}
|
|
|
|
+#endif
|
|
|
|
|
|
#ifdef CONFIG_EARLY_PRINTK_DBGP
|
|
#ifdef CONFIG_EARLY_PRINTK_DBGP
|
|
/* Call backs from fotg210 host driver to fotg210 debug driver */
|
|
/* Call backs from fotg210 host driver to fotg210 debug driver */
|