Searched refs:hidmsdebug (Results 1 – 1 of 1) sorted by relevance
49 #define DPRINTF(x) if (hidmsdebug) printf x50 #define DPRINTFN(n,x) if (hidmsdebug>(n)) printf x51 int hidmsdebug = 0; variable