The unified diff between revisions [76aea49e..] and [e36d05ae..] 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 [76aea49e8393c839b573eaac31eb8e2fb218d2d6]
# new_revision [e36d05aec1b58ab05b8602bed8ed5faf304fe45f]
#
# 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);