Resuscitate VMS subsystem (yeah, you've correctly read: VMS!!) from revision 24496.
[reactos.git] / rossubsys / vms / include / vms / lpcproto.h
diff --git a/rossubsys/vms/include/vms/lpcproto.h b/rossubsys/vms/include/vms/lpcproto.h
new file mode 100644 (file)
index 0000000..2099945
--- /dev/null
@@ -0,0 +1,12 @@
+#ifndef __VMS_SYS_LPCPROTO_H
+#define __VMS_SYS_LPCPROTO_H
+
+#define VMS_LPCPROTO_VERSION 1
+
+#define CSR_VMS_SRV 1
+
+#define VMS_OBNS_ROOT       L"\\VMS"
+#define VMS_API_PORT_NAME   L"\\VMS\\ApiPort"
+#define VMS_SBAPI_PORT_NAME L"\\VMS\\SbApiPort"
+
+#endif