ReactOS 0.4.15-dev-7918-g2a2556c
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 MIN_TRACE   0x00000001
 
#define MAX_TRACE   0x00000003
 
#define NDIS_DbgPrint(_t_, _x_)
 
#define ASSERT_IRQL(x)
 
#define ASSERT_IRQL_EQUAL(x)
 

Macro Definition Documentation

◆ ASSERT_IRQL

#define ASSERT_IRQL (   x)

Definition at line 40 of file debug.h.

◆ ASSERT_IRQL_EQUAL

#define ASSERT_IRQL_EQUAL (   x)

Definition at line 41 of file debug.h.

◆ MAX_TRACE

#define MAX_TRACE   0x00000003

Definition at line 11 of file debug.h.

◆ MIN_TRACE

#define MIN_TRACE   0x00000001

Definition at line 10 of file debug.h.

◆ NDIS_DbgPrint

#define NDIS_DbgPrint (   _t_,
  _x_ 
)

Definition at line 38 of file debug.h.