#ifndef _PUB_H #define _PUB_H #ifdef DEBUG #define PDEBUG(fmt, args...) printk(KERN_INFO "device model:: " fmt, ##args) #else #define PDEBUG(fmt, args...) #endif #endif