Files
my-os-project2/kernel/syscall/time.h
2025-10-16 14:15:05 +02:00

10 lines
158 B
C

#ifndef SYSCALL_TIME_H_
#define SYSCALL_TIME_H_
#include <stdint.h>
#include <stddef.h>
int32_t SYSCALL1(sys_time, timestruct1);
#endif // SYSCALL_TIME_H_