ReactOS 0.4.15-dev-7953-g1f49173
usbdebug.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_MINIPORT(...)   do { if(0) { DbgPrint(__VA_ARGS__); } } while(0)
 
#define DPRINT_CORE(...)   do { if(0) { DbgPrint(__VA_ARGS__); } } while(0)
 
#define DPRINT_URB(...)   do { if(0) { DbgPrint(__VA_ARGS__); } } while(0)
 
#define DPRINT_INT(...)   do { if(0) { DbgPrint(__VA_ARGS__); } } while(0)
 
#define DPRINT_TIMER(...)   do { if(0) { DbgPrint(__VA_ARGS__); } } while(0)
 
#define DPRINT_QUEUE(...)   do { if(0) { DbgPrint(__VA_ARGS__); } } while(0)
 
#define DPRINT_USB2(...)   do { if(0) { DbgPrint(__VA_ARGS__); } } while(0)
 

Macro Definition Documentation

◆ DPRINT_CORE

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

Definition at line 144 of file usbdebug.h.

◆ DPRINT_INT

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

Definition at line 146 of file usbdebug.h.

◆ DPRINT_MINIPORT

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

Definition at line 143 of file usbdebug.h.

◆ DPRINT_QUEUE

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

Definition at line 148 of file usbdebug.h.

◆ DPRINT_TIMER

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

Definition at line 147 of file usbdebug.h.

◆ DPRINT_URB

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

Definition at line 145 of file usbdebug.h.

◆ DPRINT_USB2

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

Definition at line 149 of file usbdebug.h.