Go to the documentation of this file.
24 #ifndef __REALTEK_RTSX_DEBUG_H
25 #define __REALTEK_RTSX_DEBUG_H
27 #include <linux/kernel.h>
29 #define RTSX_STOR "rts_pstor: "
31 #ifdef CONFIG_RTS_PSTOR_DEBUG
32 #define RTSX_DEBUGP(x...) printk(KERN_DEBUG RTSX_STOR x)
33 #define RTSX_DEBUGPN(x...) printk(KERN_DEBUG x)
34 #define RTSX_DEBUGPX(x...) printk(x)
35 #define RTSX_DEBUG(x) x
37 #define RTSX_DEBUGP(x...)
38 #define RTSX_DEBUGPN(x...)
39 #define RTSX_DEBUGPX(x...)