summaryrefslogtreecommitdiff
path: root/kernel/syscalls.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/syscalls.h')
-rw-r--r--kernel/syscalls.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/kernel/syscalls.h b/kernel/syscalls.h
index c8bc807..e88d8c3 100644
--- a/kernel/syscalls.h
+++ b/kernel/syscalls.h
@@ -20,3 +20,13 @@
#define SYSCALL_READDIR 63
#define SYSCALL_KILL 73
#define SYSCALL_POLL 80
+
+
+// new planned syscalls for graphx
+// TODO: split ncurses and our syscalls??
+
+// int syscall_create_win("title");
+// int syscall_kill_win(int descriptor);
+// int syscall_update_win(int descriptor, *mem, *rect);
+// int syscall_callback(*func, ON_MOUSE);
+// int syscall_sleep();