From 8083536f321ad8a12ad4668c2bf41a65c3e3b2f6 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 6 May 2020 22:34:38 +0200 Subject: Added event mapping driver --- src/kernel/syscall/syscall.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/kernel/syscall/syscall.h') diff --git a/src/kernel/syscall/syscall.h b/src/kernel/syscall/syscall.h index 7261afc..0cfa3a7 100644 --- a/src/kernel/syscall/syscall.h +++ b/src/kernel/syscall/syscall.h @@ -24,4 +24,8 @@ u32 sys_malloc(u32 count); u32 sys_free(u32 ptr); +u32 sys_get(u32 id); + +u32 sys_map(u32 id, u32 *function); + #endif \ No newline at end of file -- cgit v1.2.3