D | ncp_fs.h | 6 #define PRINTK(format, args...) printk(KERN_DEBUG format , ## args) argument 10 #define PPRINTK(format, args...) PRINTK(format , ## args) argument 12 #define PPRINTK(format, args...) argument 19 #define DPRINTK(format, args...) PRINTK(format , ## args) argument 21 #define DPRINTK(format, args...) argument 24 #define DDPRINTK(format, args...) PRINTK(format , ## args) argument 26 #define DDPRINTK(format, args...) argument
|