From 7199e74aa22e592a3b77bdd81f735edca5470596 Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Sat, 20 Jan 2024 17:59:40 -0500 Subject: update --- include/hilbert/kernel/syscall.hpp | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 include/hilbert/kernel/syscall.hpp (limited to 'include/hilbert/kernel/syscall.hpp') diff --git a/include/hilbert/kernel/syscall.hpp b/include/hilbert/kernel/syscall.hpp deleted file mode 100644 index c83e514..0000000 --- a/include/hilbert/kernel/syscall.hpp +++ /dev/null @@ -1,13 +0,0 @@ -#include - -namespace hilbert::kernel::syscall { - - typedef void (*syscall_handler)( - uint64_t &rax, uint64_t &rdi, uint64_t &rsi, uint64_t &rdx); - - void init_syscalls(); - - //assumes this rax has not been used yet and is < 256. - void add_syscall(uint64_t rax, syscall_handler handler); - -} -- cgit v1.2.3