ReactOS 0.4.16-dev-297-gc569aee
|
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) |
Definition at line 144 of file usbdebug.h.
Definition at line 146 of file usbdebug.h.
Definition at line 143 of file usbdebug.h.
Definition at line 148 of file usbdebug.h.
Definition at line 147 of file usbdebug.h.
Definition at line 145 of file usbdebug.h.