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

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

#
# old_revision [a7f61676c8d04ecf082be8ae39a40b4e7bba3462]
# new_revision [43bb367e69d2a944206fd7f641ce73111e4bb780]
#
# patch "src/lsi/abi.h"
#  from [5baace9e64fed6a7cb0eb3af2c188604cca63811]
#    to [2f5c3543b8ced2defbc5a1bea94b29392c7ee5b1]
#
============================================================
--- src/lsi/abi.h	5baace9e64fed6a7cb0eb3af2c188604cca63811
+++ src/lsi/abi.h	2f5c3543b8ced2defbc5a1bea94b29392c7ee5b1
@@ -44,3 +44,7 @@ int vm_intfn_mouse_read(void);
 int vm_intfn_cos(void);
 int vm_intfn_random(void);
 int vm_intfn_mouse_read(void);
+int vm_intfn_cmdsocket_listen(void);
+int vm_intfn_cmdsocket_accept(void);
+int vm_intfn_cmdsocket_read(void);
+int vm_intfn_cmdsocket_prefix(void);