summaryrefslogtreecommitdiffstats
path: root/private/ntos/nbt/vxd/vnbtd.inc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--private/ntos/nbt/vxd/vnbtd.inc18
1 files changed, 18 insertions, 0 deletions
diff --git a/private/ntos/nbt/vxd/vnbtd.inc b/private/ntos/nbt/vxd/vnbtd.inc
new file mode 100644
index 000000000..a8aa28830
--- /dev/null
+++ b/private/ntos/nbt/vxd/vnbtd.inc
@@ -0,0 +1,18 @@
+;******************************************************************************
+;
+; (C) Copyright MICROSOFT Corp., 1992
+;
+; Title: VNBT.INC - Virtual NBT Device Service Declarations
+;
+; Version: 1.01
+;
+
+
+VNBT_VERSION equ 0101h
+
+Begin_Service_Table VNBT
+
+VNBT_Service VNBT_Get_Version, LOCAL
+
+End_Service_Table VNBT
+