xv6-65oo2/date.h

9 lines
102 B
C

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