diff options
Diffstat (limited to 'src/stem/task/syscall.h')
-rw-r--r-- | src/stem/task/syscall.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/stem/task/syscall.h b/src/stem/task/syscall.h deleted file mode 100644 index 54af108..0000000 --- a/src/stem/task/syscall.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef DEF_SYSCALL_H -#define DEF_SYSCALL_H - -#include "idt.h" - -extern int_callback syscalls[]; - -#endif - |