summaryrefslogtreecommitdiff
path: root/src/stem/task/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stem/task/syscall.h')
-rw-r--r--src/stem/task/syscall.h9
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
-