summaryrefslogtreecommitdiffstats
path: root/private/windbg/osdebug/include/ll.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--private/windbg/osdebug/include/ll.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/private/windbg/osdebug/include/ll.h b/private/windbg/osdebug/include/ll.h
new file mode 100644
index 000000000..f971f906c
--- /dev/null
+++ b/private/windbg/osdebug/include/ll.h
@@ -0,0 +1,9 @@
+/*
+** This file can be used as a single include file to get all of
+** the list manager types and prototypes. The files can also be
+** included independently
+**
+*/
+
+#include "lltypes.h"
+#include "llproto.h"