summaryrefslogtreecommitdiff
path: root/kernel/syscalls.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/syscalls.h')
-rw-r--r--kernel/syscalls.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/syscalls.h b/kernel/syscalls.h
index ff7c2e5..5c7a772 100644
--- a/kernel/syscalls.h
+++ b/kernel/syscalls.h
@@ -6,6 +6,8 @@
//fool-os syscalls
#define SYSCALL_READDIR 63
+#define SYSCALL_HAS_DATA 80
+#define SYSCALL_TUNE 81
//syscalls required by newlib
#define SYSCALL_EXIT 60