summaryrefslogtreecommitdiff
path: root/user/lib/syscall.S
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--user/lib/syscall.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/user/lib/syscall.S b/user/lib/syscall.S
index 93b7daa..c45f641 100644
--- a/user/lib/syscall.S
+++ b/user/lib/syscall.S
@@ -13,6 +13,8 @@ SYSCALL exit SYS_exit
SYSCALL waitpid SYS_waitpid
SYSCALL fork SYS_fork
SYSCALL exec SYS_exec
+SYSCALL open SYS_open
+SYSCALL close SYS_close
SYSCALL read SYS_read
SYSCALL write SYS_write
SYSCALL getpid SYS_getpid
@@ -27,6 +29,7 @@ SYSCALL sbrk SYS_sbrk
SYSCALL poweroff SYS_poweroff
SYSCALL drm SYS_drm
SYSCALL ticks SYS_ticks
+SYSCALL seek SYS_seek
SYSCALL allocshared SYS_allocshared
SYSCALL popsharedmem SYS_popsharedmem
SYSCALL keypoll SYS_keypoll