ReactOS 0.4.16-dev-297-gc569aee
|
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_MINIPORT 0x00000200 |
#define | DEBUG_PROTOCOL 0x00000400 |
#define | DEBUG_PACKET 0x00000800 |
#define | DEBUG_ULTRA 0xFFFFFFFF |
#define | NDIS_DbgPrint(_t_, _x_) |
#define | ASSERT_IRQL(x) |
#define | assert(x) ASSERT(x) |
#define | assert_irql(x) ASSERT_IRQL(x) |
#define | UNIMPLEMENTED NDIS_DbgPrint(MIN_TRACE, ("Unimplemented.\n", __FUNCTION__)); |
#define | CHECKPOINT do { NDIS_DbgPrint(MIN_TRACE, ("\n")); } while(0); |
#define | CP CHECKPOINT |
#define CHECKPOINT do { NDIS_DbgPrint(MIN_TRACE, ("\n")); } while(0); |
#define CP CHECKPOINT |
#define UNIMPLEMENTED NDIS_DbgPrint(MIN_TRACE, ("Unimplemented.\n", __FUNCTION__)); |