diff options
Diffstat (limited to 'kernel/syscalls.h')
| -rw-r--r-- | kernel/syscalls.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/syscalls.h b/kernel/syscalls.h index 7335e2c..9018852 100644 --- a/kernel/syscalls.h +++ b/kernel/syscalls.h @@ -22,6 +22,7 @@ #define SYSCALL_POLL 80 //shit!? #define SYSCALL_CLONE 83 +char* syscall_get_name(uint32_t num); uint32_t syscall_generic(uint32_t nr,uint32_t p1, uint32_t p2, uint32_t p3, uint32_t pid); int chk_syscall_read(int file, char *buf, int len); int syscall_open(char *name, int flags, int mode); |
