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 b31d32c..b736519 100644 --- a/kernel/syscalls.h +++ b/kernel/syscalls.h @@ -27,6 +27,7 @@ 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); +uint32_t syscall_generic_test(uint32_t nr,uint32_t p1, uint32_t p2, uint32_t p3, uint32_t pid); int syscall_open(char *name, int flags, int mode); int syscall_write(int file, char *buf, int len); |
