DEVICE_PRINTF
#define DEVICE_PRINTF(x...)
#define DEVICE_PRINTF(level,x...) if(IPS_DEBUG >= level)device_printf(x)