xv6-riscv-rust/date.h

9 lines
96 B
C

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