ReactOS 0.4.16-dev-311-g9382aa2
|
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_ULTRA 0xFFFFFFFF |
#define | TDI_DbgPrint(_t_, _x_) |
#define | ASSERT_IRQL(x) |
#define | ASSERT(x) |
#define | assert(x) ASSERT(x) |
#define | assert_irql(x) ASSERT_IRQL(x) |
#define | UNIMPLEMENTED TDI_DbgPrint(MIN_TRACE, ("%s at %s:%d is unimplemented, \ but come back another day.\n", __FUNCTION__, __FILE__, __LINE__)); |
#define | CHECKPOINT do { TDI_DbgPrint(MIN_TRACE, ("%s:%d\n", __FILE__, __LINE__)); } while(0); |
#define CHECKPOINT do { TDI_DbgPrint(MIN_TRACE, ("%s:%d\n", __FILE__, __LINE__)); } while(0); |
#define UNIMPLEMENTED TDI_DbgPrint(MIN_TRACE, ("%s at %s:%d is unimplemented, \ but come back another day.\n", __FUNCTION__, __FILE__, __LINE__)); |