summaryrefslogtreecommitdiffstats
path: root/examples/syscall.S
diff options
context:
space:
mode:
Diffstat (limited to 'examples/syscall.S')
-rw-r--r--examples/syscall.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/syscall.S b/examples/syscall.S
index 9934490433..a952fd7744 100644
--- a/examples/syscall.S
+++ b/examples/syscall.S
@@ -75,4 +75,6 @@ name: ; \
SYSCALL(mon_free_hdlr,SYSCALL_FREE_HDLR)
SYSCALL(mon_malloc,SYSCALL_MALLOC)
SYSCALL(mon_free,SYSCALL_FREE)
+ SYSCALL(mon_udelay,SYSCALL_UDELAY)
+ SYSCALL(mon_get_timer,SYSCALL_GET_TIMER)
#endif /* CONFIG_ARM XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
OpenPOWER on IntegriCloud