summaryrefslogtreecommitdiffstats
path: root/usr/syscall.h
diff options
context:
space:
mode:
authorJon Santmyer <jon@jonsantmyer.com>2024-05-22 13:00:41 -0400
committerJon Santmyer <jon@jonsantmyer.com>2024-05-22 13:00:41 -0400
commitace65b453151845bc361f21f3e5b651c35f9f126 (patch)
tree262ebd29b0ca1d8584f0b6f1efa7a00d9f4f3e43 /usr/syscall.h
parentf004c1ade8d617a82cea2fe249434cccb47a2358 (diff)
downloadjove-kernel-ace65b453151845bc361f21f3e5b651c35f9f126.tar.gz
jove-kernel-ace65b453151845bc361f21f3e5b651c35f9f126.tar.bz2
jove-kernel-ace65b453151845bc361f21f3e5b651c35f9f126.zip
massive refactor for mp and organizationHEADmaster
Diffstat (limited to 'usr/syscall.h')
-rw-r--r--usr/syscall.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/usr/syscall.h b/usr/syscall.h
deleted file mode 100644
index 5cc82b8..0000000
--- a/usr/syscall.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef JOVE_USER_SYSCALL_H
-#define JOVE_USER_SYSCALL_H 1
-
-#include "sys/syscall.h"
-
-typedef int (*syscall_handler_t)(syscall_t*);
-
-int _syscall_handler_log(struct syscall_log *req);
-intmax_t _syscall_handler_tid(syscall_t *req);
-
-#endif