kern

annotate 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
rev   line source
nuclear@36 1 #ifndef _RTC_H_
nuclear@36 2 #define _RTC_H_
nuclear@36 3
nuclear@37 4 /* the time read from rtc during init */
nuclear@37 5 time_t start_time;
nuclear@37 6
nuclear@36 7 void init_rtc(void);
nuclear@36 8
nuclear@36 9 #endif /* _RTC_H_ */