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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/userspace/syscall.h b/src/userspace/syscall.h
index 5de717e..c46bb54 100644
--- a/src/userspace/syscall.h
+++ b/src/userspace/syscall.h
@@ -74,6 +74,8 @@ DECL_SYSCALL1(writec, char *);
DECL_SYSCALL1(readc, char *);
+DECL_SYSCALL0(get_pointers);
+
DECL_SYSCALL1(paging_alloc, uint32_t);
DECL_SYSCALL2(paging_free, uint32_t, uint32_t);