diff options
Diffstat (limited to 'src/sys/include/sys/syscall.h')
-rw-r--r-- | src/sys/include/sys/syscall.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sys/include/sys/syscall.h b/src/sys/include/sys/syscall.h index 8353eda..9616aed 100644 --- a/src/sys/include/sys/syscall.h +++ b/src/sys/include/sys/syscall.h @@ -53,6 +53,7 @@ #define SYS_open 0x08 /* open a file */ #define SYS_muxtap 0x09 /* mux an I/O tap */ #define SYS_getargv 0x0A /* get process argv */ +#define SYS_reboot 0x0B /* reboot the system */ typedef __ssize_t scret_t; typedef __ssize_t scarg_t; |