Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Datppcvar.h55 extern int atppc_debug;
56 #define ATPPC_DPRINTF(arg) if(atppc_debug) printf arg
Datppc.c62 int atppc_debug = 1; variable