kern

view src/rtc.h @ 36:e70b1ab9613e

- added cmos rtc code - added time/date functions in klibc - implemented an iowait macro with output to 0x80
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 10 Jun 2011 05:33:38 +0300
parents
children 2c401f69128e
line source
1 #ifndef _RTC_H_
2 #define _RTC_H_
4 void init_rtc(void);
7 #endif /* _RTC_H_ */