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