11 lines
187 B
C
11 lines
187 B
C
#ifndef SYSCALL_TIME_H_
|
|
#define SYSCALL_TIME_H_
|
|
|
|
#include <stdint.h>
|
|
#include <stddef.h>
|
|
#include "syscall/syscall.h"
|
|
|
|
int32_t SYSCALL1(sys_time, timestruct1);
|
|
|
|
#endif // SYSCALL_TIME_H_
|