X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fusb%2Fhost%2Fohci.h;h=dc544ddc784962831637e749c4d50420ee24aa0b;hb=d870ec7281d8429ab17d2e0324f4d8ca3f3de62d;hp=47c5c66a282c55fdc24f0f6b654c39fb7137f9ee;hpb=4937ce87959629d31e9b09cf5bdf1e12a305c805;p=linux-2.6 diff --git a/drivers/usb/host/ohci.h b/drivers/usb/host/ohci.h index 47c5c66a28..dc544ddc78 100644 --- a/drivers/usb/host/ohci.h +++ b/drivers/usb/host/ohci.h @@ -408,6 +408,13 @@ struct ohci_hcd { unsigned eds_scheduled; struct ed *ed_to_check; unsigned zf_delay; + +#ifdef DEBUG + struct dentry *debug_dir; + struct dentry *debug_async; + struct dentry *debug_periodic; + struct dentry *debug_registers; +#endif }; #ifdef CONFIG_PCI