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