From ace65b453151845bc361f21f3e5b651c35f9f126 Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Wed, 22 May 2024 13:00:41 -0400 Subject: massive refactor for mp and organization --- usr/syscall.h | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 usr/syscall.h (limited to 'usr/syscall.h') 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 -- cgit v1.2.1