root/date.h

/* [previous][next][first][last][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 };

/* [previous][next][first][last][top][bottom][index][help]  */