diff options
Diffstat (limited to 'src/core/syscall.h')
| -rw-r--r-- | src/core/syscall.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/core/syscall.h b/src/core/syscall.h new file mode 100644 index 0000000..1f0c584 --- /dev/null +++ b/src/core/syscall.h @@ -0,0 +1,9 @@ +#ifndef SYSCALL_H +#define SYSCALL_H + +/* + * Perform a syscall + */ +void syscall(); + +#endif
\ No newline at end of file |
