ReactOS 0.4.15-dev-7961-gdcf9eb0
debug.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define NORMAL_MASK   0x000000FF
 
#define SPECIAL_MASK   0xFFFFFF00
 
#define MIN_TRACE   0x00000001
 
#define MID_TRACE   0x00000002
 
#define MAX_TRACE   0x00000003
 
#define DEBUG_ADAPTER   0x00000100
 
#define DEBUG_ULTRA   0xFFFFFFFF
 
#define DH_DbgPrint(_t_, _x_)
 

Macro Definition Documentation

◆ DEBUG_ADAPTER

#define DEBUG_ADAPTER   0x00000100

Definition at line 18 of file debug.h.

◆ DEBUG_ULTRA

#define DEBUG_ULTRA   0xFFFFFFFF

Definition at line 19 of file debug.h.

◆ DH_DbgPrint

#define DH_DbgPrint (   _t_,
  _x_ 
)

Definition at line 49 of file debug.h.

◆ MAX_TRACE

#define MAX_TRACE   0x00000003

Definition at line 16 of file debug.h.

◆ MID_TRACE

#define MID_TRACE   0x00000002

Definition at line 15 of file debug.h.

◆ MIN_TRACE

#define MIN_TRACE   0x00000001

Definition at line 14 of file debug.h.

◆ NORMAL_MASK

#define NORMAL_MASK   0x000000FF

Definition at line 12 of file debug.h.

◆ SPECIAL_MASK

#define SPECIAL_MASK   0xFFFFFF00

Definition at line 13 of file debug.h.