Searched refs:DBG_XGENERAL (Results 1 – 1 of 1) sorted by relevance
55 #define DBG_XGENERAL 0x00000080 macro73 #define XPRINTK(args...) do { if (debug & DBG_XGENERAL) printk(args); } while(0)