DEBUG2
#define DEBUG2 0x0082
#define DEBUG2(module, fmt, arg1, arg2) \
#define DEBUG2(f,a1,a2) if (debug) fprintf(debug, f, a1, a2)