kern

diff src/rtc.h @ 37:2c401f69128e

finished with the klibc/time.c stuff
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 10 Jun 2011 19:54:47 +0300
parents e70b1ab9613e
children 710739e33da8
line diff
     1.1 --- a/src/rtc.h	Fri Jun 10 05:33:38 2011 +0300
     1.2 +++ b/src/rtc.h	Fri Jun 10 19:54:47 2011 +0300
     1.3 @@ -1,7 +1,9 @@
     1.4  #ifndef _RTC_H_
     1.5  #define _RTC_H_
     1.6  
     1.7 +/* the time read from rtc during init */
     1.8 +time_t start_time;
     1.9 +
    1.10  void init_rtc(void);
    1.11  
    1.12 -
    1.13  #endif	/* _RTC_H_ */