xv6-65oo2/kernel/date.h

9 lines
102 B
C
Raw Normal View History

2014-09-12 22:41:38 +00:00
struct rtcdate {
uint second;
uint minute;
uint hour;
uint day;
uint month;
uint year;
2014-09-12 22:41:38 +00:00
};