aboutsummaryrefslogtreecommitdiff
path: root/include/kern/syscall/syscall_tbl.inc
diff options
context:
space:
mode:
Diffstat (limited to 'include/kern/syscall/syscall_tbl.inc')
-rw-r--r--include/kern/syscall/syscall_tbl.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/kern/syscall/syscall_tbl.inc b/include/kern/syscall/syscall_tbl.inc
new file mode 100644
index 0000000..6c4be57
--- /dev/null
+++ b/include/kern/syscall/syscall_tbl.inc
@@ -0,0 +1,5 @@
+/*
+ * Defines a table of SYSCALLS. The syscalls need to be void functions that
+ * a single 32-bit integer as their argument.
+ */
+SYSCALL(25, logs, kern_logs, const char*)