kern

annotate 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
rev   line source
nuclear@36 1 #ifndef _RTC_H_
nuclear@36 2 #define _RTC_H_
nuclear@36 3
nuclear@36 4 void init_rtc(void);
nuclear@36 5
nuclear@36 6
nuclear@36 7 #endif /* _RTC_H_ */