aboutsummaryrefslogtreecommitdiff
path: root/src/userspace/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/userspace/syscall.h')
-rw-r--r--src/userspace/syscall.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/userspace/syscall.h b/src/userspace/syscall.h
index 60fb288..e46f453 100644
--- a/src/userspace/syscall.h
+++ b/src/userspace/syscall.h
@@ -76,8 +76,8 @@ DECL_SYSCALL0(readc);
DECL_SYSCALL0(get_pointers);
-DECL_SYSCALL1(paging_alloc, uint32_t);
+DECL_SYSCALL1(alloc, uint32_t);
-DECL_SYSCALL2(paging_free, uint32_t, uint32_t);
+DECL_SYSCALL1(free, uint32_t);
#endif