The unified diff between revisions [43bb367e..] and [f288316d..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'src/lsi/vm.h'

#
# old_revision [43bb367e69d2a944206fd7f641ce73111e4bb780]
# new_revision [f288316da9714d1e11a3979cf3854e3cd99b5cb4]
#
# patch "src/lsi/vm.h"
#  from [4e84a410186bc2516c890aaedd6b6c3705d1f30a]
#    to [81ad4a5acde3eb1f6575f48f32a3f1fabb5ba740]
#
============================================================
--- src/lsi/vm.h	4e84a410186bc2516c890aaedd6b6c3705d1f30a
+++ src/lsi/vm.h	81ad4a5acde3eb1f6575f48f32a3f1fabb5ba740
@@ -18,6 +18,7 @@ void vm_wakeup(int queue);
 #define VM_MIDIQ	8
 #define VM_CMDLISTENQ	9
 #define VM_CMDREADQ	10
+#define VM_CMDWRITEQ	20
 
 #define VM_USERQMIN     20
 #define VM_NOQUEUE      (-1)