ReactOS 0.4.15-dev-8100-g1887773
dbg_uhci.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define DPRINT_UHCI(...)   do {if(0) {DbgPrint(__VA_ARGS__);}} while(0)
 
#define DPRINT_IMPL(...)   do { if(0) { DbgPrint(__VA_ARGS__); } } while(0)
 

Macro Definition Documentation

◆ DPRINT_IMPL

#define DPRINT_IMPL (   ...)    do { if(0) { DbgPrint(__VA_ARGS__); } } while(0)

Definition at line 51 of file dbg_uhci.h.

◆ DPRINT_UHCI

#define DPRINT_UHCI (   ...)    do {if(0) {DbgPrint(__VA_ARGS__);}} while(0)

Definition at line 50 of file dbg_uhci.h.