- Try again to fix build
authorCameron Gutman <aicommander@gmail.com>
Thu, 25 Sep 2008 00:01:39 +0000 (00:01 +0000)
committerCameron Gutman <aicommander@gmail.com>
Thu, 25 Sep 2008 00:01:39 +0000 (00:01 +0000)
svn path=/trunk/; revision=36499

reactos/drivers/network/dd/ne2000/include/debug.h

index 168bc3b..dbf5e87 100644 (file)
@@ -56,12 +56,14 @@ extern ULONG DebugTraceLevel;
 #endif /* NASSERT */
 #endif
 #define ASSERT_IRQL(x) ASSERT(KeGetCurrentIrql() <= (x))
+#define ASSERT_IRQL_EQUAL(x) ASSERT(KeGetCurrentIrql() == (x))
 
 #else /* DBG */
 
 #define NDIS_DbgPrint(_t_, _x_)
 
 #define ASSERT_IRQL(x)
+#define ASSERT_IRQL_EQUAL(x)
 /* #define ASSERT(x) */  /* ndis.h */
 
 #endif /* DBG */