Go to the documentation of this file.
45 #include <linux/kernel.h>
47 #define USB_STORAGE "usb-storage: "
49 #ifdef CONFIG_USB_STORAGE_DEBUG
52 unsigned char asc,
unsigned char ascq );
53 #define US_DEBUGP(x...) printk( KERN_DEBUG USB_STORAGE x )
54 #define US_DEBUGPX(x...) printk( x )
57 #define US_DEBUGP(x...)
58 #define US_DEBUGPX(x...)