Home
last modified time | relevance | path

Searched refs:hidmsdebug (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/hid/
H A Dhidms.c49 #define DPRINTF(x) if (hidmsdebug) printf x
50 #define DPRINTFN(n,x) if (hidmsdebug>(n)) printf x
51 int hidmsdebug = 0; variable