diff options
Diffstat (limited to 'target/linux/realtek/files/drivers/usb/dwc_otg/otg_dbg.h')
| -rw-r--r-- | target/linux/realtek/files/drivers/usb/dwc_otg/otg_dbg.h | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/target/linux/realtek/files/drivers/usb/dwc_otg/otg_dbg.h b/target/linux/realtek/files/drivers/usb/dwc_otg/otg_dbg.h new file mode 100644 index 000000000..8d5806453 --- /dev/null +++ b/target/linux/realtek/files/drivers/usb/dwc_otg/otg_dbg.h @@ -0,0 +1,28 @@ +#ifndef _OTG_DBG__H_ +#define _OTG_DBG__H_ 1 + +#if 0 +#define bh_otg_dbg(format, arg...) \ + printk(format , ## arg) +#else +#define bh_otg_dbg(format, arg...) +#endif + +#if 0 +#define bh_otg_dbg2(format, arg...) \ + printk(format , ## arg) +#else +#define bh_otg_dbg2(format, arg...) +#endif + +#if 1 +#define bh_otg_dwc(format, arg...) \ + printk(format , ## arg) +#else +#define bh_otg_dwc(format, arg...) +#endif + +#define bh_otg_info(format, arg...) \ + printk(format , ## arg) + +#endif /* _OTG_DBG__H_ */ |
