diff options
| author | Miguel <m.i@gmx.at> | 2018-09-12 02:49:47 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-09-12 02:49:47 +0200 |
| commit | 800b1a878ec34a8ff30ed093e20561182fa6ae36 (patch) | |
| tree | a28b81c60bb1bc08aa2ab11750ca5d13aed2354a /kernel/syscalls.h | |
| parent | a3ee159ebfd2d088432e386e8809840784f697e7 (diff) | |
vmem_add_generic rework delete old shit
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); |
