summaryrefslogtreecommitdiff
path: root/kernel/syscalls.h
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-10-01 23:22:03 +0200
committerMiguel <m.i@gmx.at>2018-10-01 23:22:03 +0200
commita455cd5af26bf8731e7c981a9421b16ab34dae6f (patch)
tree140b184bf306cef258ba6e7965a78b3eecb598b9 /kernel/syscalls.h
parentb518f39803eaaf0b25b95baf951b12ef4d5a727e (diff)
fukkin scheduler
Diffstat (limited to 'kernel/syscalls.h')
-rw-r--r--kernel/syscalls.h3
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);