DPRINT
#undef DPRINT
#define DPRINT(...) \
#define DPRINT(...)
#define DPRINT(x...) printf(x)
#define DPRINT(x...)
#define DPRINT if(0) printf
#define DPRINT(fmt, args...) \
#define DPRINT(fmt, args...)
# define DPRINT(x) printf x
# define DPRINT(x)
#define DPRINT(dev, x...) device_printf(dev, x)
#define DPRINT(dev, x...)