#ifndef SYSCALL_TIME_H_ #define SYSCALL_TIME_H_ #include #include #include "syscall/syscall.h" int32_t SYSCALL1(sys_time, timestruct1); #endif // SYSCALL_TIME_H_