diff options
Diffstat (limited to 'executor/syscalls.h')
| -rw-r--r-- | executor/syscalls.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h index 2fd8a9f4f..1f7d101ec 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -14349,6 +14349,8 @@ const call_t syscalls[] = { {"ioctl$WSDISPLAYIO_WSMOUSED", 54}, {"ioctl$WSKBDIO_GETMODE", 54}, {"ioctl$WSKBDIO_SETMODE", 54}, + {"ioctl$WSMOUSEIO_GETPARAMS", 54}, + {"ioctl$WSMOUSEIO_SETPARAMS", 54}, {"ioctl$WSMUXIO_ADD_DEVICE", 54}, {"ioctl$WSMUXIO_INJECTEVENT", 54}, {"ioctl$WSMUXIO_LIST_DEVICES", 54}, @@ -14389,6 +14391,10 @@ const call_t syscalls[] = { {"openat$null", 321}, {"openat$tty", 321}, {"openat$wsdisplay", 321}, + {"openat$wskbd", 321}, + {"openat$wsmouse", 321}, + {"openat$wsmuxkbd", 321}, + {"openat$wsmuxmouse", 321}, {"openat$zero", 321}, {"pipe", 263}, {"pipe2", 101}, |
