summaryrefslogtreecommitdiffstats
path: root/private/mvdm/inc/vdmtib.h
diff options
context:
space:
mode:
authorAdam <you@example.com>2020-05-17 05:51:50 +0200
committerAdam <you@example.com>2020-05-17 05:51:50 +0200
commite611b132f9b8abe35b362e5870b74bce94a1e58e (patch)
treea5781d2ec0e085eeca33cf350cf878f2efea6fe5 /private/mvdm/inc/vdmtib.h
downloadNT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.gz
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.bz2
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.lz
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.xz
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.zst
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.zip
Diffstat (limited to 'private/mvdm/inc/vdmtib.h')
-rw-r--r--private/mvdm/inc/vdmtib.h36
1 files changed, 36 insertions, 0 deletions
diff --git a/private/mvdm/inc/vdmtib.h b/private/mvdm/inc/vdmtib.h
new file mode 100644
index 000000000..6fa97712d
--- /dev/null
+++ b/private/mvdm/inc/vdmtib.h
@@ -0,0 +1,36 @@
+
+/*++
+
+Copyright (c) 1992 Microsoft Corporation
+
+Module Name:
+
+ vdmtib.h
+
+Abstract:
+
+ This include file contains definitions, externs, and
+ includes necessary to access 16 bit registers in
+ the VdmTib
+
+Author:
+
+ Dave Hastings (daveh) 12-Oct-1993
+
+Revision History:
+
+--*/
+
+#ifndef _VDMTIB_H_
+#define _VDMTIB_H_
+
+
+//
+// Definition of the VdmTib
+//
+#include "\nt\private\inc\vdm.h"
+
+
+extern VDM_TIB VdmTib;
+#endif
+