Go to the documentation of this file.
27 #ifndef __RTS51X_DEBUG_H
28 #define __RTS51X_DEBUG_H
30 #include <linux/kernel.h>
32 #define RTS51X_TIP "rts51x: "
34 #ifdef CONFIG_RTS5139_DEBUG
35 #define RTS51X_DEBUGP(x...) printk(KERN_DEBUG RTS51X_TIP x)
36 #define RTS51X_DEBUGPN(x...) printk(KERN_DEBUG x)
37 #define RTS51X_DEBUGPX(x...) printk(x)
38 #define RTS51X_DEBUG(x) x
40 #define RTS51X_DEBUGP(x...)
41 #define RTS51X_DEBUGPN(x...)
42 #define RTS51X_DEBUGPX(x...)
43 #define RTS51X_DEBUG(x)