ReactOS 0.4.15-dev-7924-g5949c20
dbg_uhub.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_IOCTL(...)   do { if(0) { DbgPrint(__VA_ARGS__); } } while(0)
 
#define DPRINT_PWR(...)   do { if(0) { DbgPrint(__VA_ARGS__); } } while(0)
 
#define DPRINT_PNP(...)   do { if(0) { DbgPrint(__VA_ARGS__); } } while(0)
 
#define DPRINT_SCE(...)   do { if(0) { DbgPrint(__VA_ARGS__); } } while(0)
 
#define DPRINT_ENUM(...)   do { if(0) { DbgPrint(__VA_ARGS__); } } while(0)
 

Macro Definition Documentation

◆ DPRINT_ENUM

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

Definition at line 111 of file dbg_uhub.h.

◆ DPRINT_IOCTL

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

Definition at line 107 of file dbg_uhub.h.

◆ DPRINT_PNP

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

Definition at line 109 of file dbg_uhub.h.

◆ DPRINT_PWR

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

Definition at line 108 of file dbg_uhub.h.

◆ DPRINT_SCE

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

Definition at line 110 of file dbg_uhub.h.