5#ifndef __SYS_SYSTIME_H__
6#define __SYS_SYSTIME_H__
18 return_to_user_prog(u64);
23 lv2syscall2(145,(u64)sec,(u64)nsec);
24 return_to_user_prog(s32);
29 lv2syscall2(146,sec,nsec);
30 return_to_user_prog(s32);
35 lv2syscall1(142,seconds);
36 return_to_user_prog(s32);
41 lv2syscall1(141,useconds);
42 return_to_user_prog(s32);
LV2_SYSCALL sysSetCurrentTime(u64 sec, u64 nsec)
LV2_SYSCALL sysUsleep(u32 useconds)
LV2_SYSCALL sysSleep(u32 seconds)
LV2_INLINE u64 sysGetTimebaseFrequency()
LV2_SYSCALL sysGetCurrentTime(u64 *sec, u64 *nsec)