root/date.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 struct rtcdate {
   2   uint second;
   3   uint minute;
   4   uint hour;
   5   uint day;
   6   uint month;
   7   uint year;
   8 };

/* [<][>][^][v][top][bottom][index][help] */