diff options
Diffstat (limited to 'kernel/syscalls.h')
| -rw-r--r-- | kernel/syscalls.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/syscalls.h b/kernel/syscalls.h index 5403c2c..f77aea5 100644 --- a/kernel/syscalls.h +++ b/kernel/syscalls.h @@ -42,6 +42,9 @@ #define SYSCALL_PIPE 84 #define SYSCALL_DUP2 86 +#define SYSCALL_GUI_RECT 87 +#define SYSCALL_GUI_WIN 88 + /** Todo move somewhere else and init per process , think how to make thread safe */ void fd_init_std_streams(uint32_t pid, bool use_framebuffer); |
