xv6-65oo2/kernel/date.h
2019-06-11 09:57:14 -04:00

9 lines
102 B
C

struct rtcdate {
uint second;
uint minute;
uint hour;
uint day;
uint month;
uint year;
};