summaryrefslogtreecommitdiffstats
path: root/target/linux/realtek/files/drivers/usb/dwc_otg/otg_dbg.h
diff options
context:
space:
mode:
authorRoman Yeryomin <roman@advem.lv>2013-02-06 02:59:31 +0200
committerRoman Yeryomin <roman@advem.lv>2013-05-26 00:48:31 +0300
commitd76a86507530dd3d3a63a73523b4f48bd656aed9 (patch)
treecfd2f8b5f2feee81a34f73ca7fa5fd7694419f63 /target/linux/realtek/files/drivers/usb/dwc_otg/otg_dbg.h
parentb8c7700266d9eee9e49ba91a5be70498d4f22413 (diff)
Rebase files to rsdk 3.2 and refresh patches. Compilable (not by humans).
Signed-off-by: Roman Yeryomin <roman@advem.lv>
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.h28
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_ */