X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fusb%2Fhost%2Fohci.h;h=dc544ddc784962831637e749c4d50420ee24aa0b;hb=ac7c5353b189e10cf5dd27399f64f7b013abffc6;hp=47c5c66a282c55fdc24f0f6b654c39fb7137f9ee;hpb=0c326331c8b107abc0a160e8899d749150b8f76a;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