summaryrefslogtreecommitdiff
path: root/kernel/syscalls/map_frames.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/syscalls/map_frames.c')
-rw-r--r--kernel/syscalls/map_frames.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/kernel/syscalls/map_frames.c b/kernel/syscalls/map_frames.c
deleted file mode 100644
index 1b0d097..0000000
--- a/kernel/syscalls/map_frames.c
+++ /dev/null
@@ -1,6 +0,0 @@
-#include <mmu.h>
-#include <syscalls.h>
-
-u32 syscall_map_frames(u32 address, u32 size) {
- return (u32)mmu_map_user_frames((void *)address, size);
-}