Home
last modified time | relevance | path

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

/reactos/drivers/usb/usbhub/
H A Ddbg_uhub.h49 #define DPRINT_PNP(fmt, ...) do { \ macro
57 #define DPRINT_PNP __noop macro
59 #define DPRINT_PNP(...) do { if(0) { DbgPrint(__VA_ARGS__); } } while(0) macro
103 #define DPRINT_PNP __noop macro
109 #define DPRINT_PNP(...) do { if(0) { DbgPrint(__VA_ARGS__); } } while(0) macro