aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/syscall/actions/sys_map.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/syscall/actions/sys_map.c')
-rw-r--r--src/kernel/syscall/actions/sys_map.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/kernel/syscall/actions/sys_map.c b/src/kernel/syscall/actions/sys_map.c
deleted file mode 100644
index 5af2c2a..0000000
--- a/src/kernel/syscall/actions/sys_map.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <events/event.h>
-#include <stdint.h>
-
-u32 sys_map(u32 id, u8 *function)
-{
- event_map(id, function);
- return -1;
-} \ No newline at end of file