kern

view src/rtc.h @ 85:5fb7ad5967a8

changed mkdiskimg to make partitioning work on freebsd
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 07 Dec 2011 06:58:05 +0000
parents 2c401f69128e
children
line source
1 #ifndef _RTC_H_
2 #define _RTC_H_
4 #include <time.h>
6 /* the time read from rtc during init */
7 time_t start_time;
9 void init_rtc(void);
11 #endif /* _RTC_H_ */