summaryrefslogtreecommitdiffstats
path: root/private/ntos/tdi/isn/isnext/cteext.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--private/ntos/tdi/isn/isnext/cteext.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/private/ntos/tdi/isn/isnext/cteext.h b/private/ntos/tdi/isn/isnext/cteext.h
new file mode 100644
index 000000000..dce46b350
--- /dev/null
+++ b/private/ntos/tdi/isn/isnext/cteext.h
@@ -0,0 +1,33 @@
+#if !defined( _INCLUDED_CTEEXT_H_ )
+#define _INCLUDED_CTEEXT_H_
+
+VOID
+DumpCTELock
+(
+ ULONG LockToDump,
+ VERBOSITY Verbosity
+);
+
+VOID
+DumpCTETimer
+(
+ ULONG TimerToDump,
+ VERBOSITY Verbosity
+);
+
+VOID
+DumpWorkQueueItem
+(
+ ULONG ItemToDump,
+ VERBOSITY Verbosity
+);
+
+
+VOID
+DumpMdlChain
+(
+ ULONG MdlToDump,
+ VERBOSITY Verbosity
+);
+
+#endif