summaryrefslogtreecommitdiff
path: root/kernel/date.h
blob: 94aec4b77da8bc70f9cfaca3b201d1e132741d29 (plain)
1
2
3
4
5
6
7
8
struct rtcdate {
  uint second;
  uint minute;
  uint hour;
  uint day;
  uint month;
  uint year;
};