kern

view 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 source
1 #ifndef _RTC_H_
2 #define _RTC_H_
4 /* the time read from rtc during init */
5 time_t start_time;
7 void init_rtc(void);
9 #endif /* _RTC_H_ */