diff options
author | Marvin Borner | 2020-05-06 22:34:38 +0200 |
---|---|---|
committer | Marvin Borner | 2020-05-06 22:34:38 +0200 |
commit | 8083536f321ad8a12ad4668c2bf41a65c3e3b2f6 (patch) | |
tree | 427d7da11944b299bdce3041259bf8fd31971ede /src/userspace/libc/syscall.h | |
parent | d94ffac4a584dc7a4f6f2ec567b8caab05ce9253 (diff) |
Added event mapping driver
Diffstat (limited to 'src/userspace/libc/syscall.h')
-rw-r--r-- | src/userspace/libc/syscall.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/userspace/libc/syscall.h b/src/userspace/libc/syscall.h index 038f985..30925da 100644 --- a/src/userspace/libc/syscall.h +++ b/src/userspace/libc/syscall.h @@ -86,4 +86,8 @@ DECL_SYSCALL1(malloc, u32); DECL_SYSCALL1(free, u32); +DECL_SYSCALL1(get, u32); + +DECL_SYSCALL2(map, u32, u8 *); + #endif
\ No newline at end of file |