diff options
Diffstat (limited to 'examples/syscall.S')
| -rw-r--r-- | examples/syscall.S | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/examples/syscall.S b/examples/syscall.S index 993449043..a952fd774 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 */ |