aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-04-24 17:56:26 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2009-06-16 00:44:42 -0400
commit00048b8bde5a6cbd9c3a76f272cc9ddb55705e37 (patch)
treefd8acec26630c895b8012e7ed0699274064b1212 /include/linux/usb.h
parent84fe6e799deaf14e2c7a941e805cd93d83f90927 (diff)
USB: add usb debugfs directory
Add a common usb directory in debugfs that the usb subsystem can use. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/usb.h')
-rw-r--r--include/linux/usb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/usb.h b/include/linux/usb.h
index 3aa2cd1f8d08..29060dad81e6 100644
--- a/include/linux/usb.h
+++ b/include/linux/usb.h
@@ -1558,6 +1558,9 @@ extern void usb_unregister_notify(struct notifier_block *nb);
1558#define err(format, arg...) printk(KERN_ERR KBUILD_MODNAME ": " \ 1558#define err(format, arg...) printk(KERN_ERR KBUILD_MODNAME ": " \
1559 format "\n" , ## arg) 1559 format "\n" , ## arg)
1560 1560
1561/* debugfs stuff */
1562extern struct dentry *usb_debug_root;
1563
1561#endif /* __KERNEL__ */ 1564#endif /* __KERNEL__ */
1562 1565
1563#endif 1566#endif