Home
last modified time | relevance | path

Searched defs:DPRINT_IMPL (Results 1 – 1 of 1) sorted by relevance

/reactos/drivers/usb/usbuhci/
H A Ddbg_uhci.h28 #define DPRINT_IMPL(fmt, ...) do { \ macro
36 #define DPRINT_IMPL __noop macro
38 #define DPRINT_IMPL(...) do { if(0) { DbgPrint(__VA_ARGS__); } } while(0) macro
48 #define DPRINT_IMPL __noop macro
51 #define DPRINT_IMPL(...) do { if(0) { DbgPrint(__VA_ARGS__); } } while(0) macro