kern

diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/rtc.h	Fri Jun 10 05:33:38 2011 +0300
     1.3 @@ -0,0 +1,7 @@
     1.4 +#ifndef _RTC_H_
     1.5 +#define _RTC_H_
     1.6 +
     1.7 +void init_rtc(void);
     1.8 +
     1.9 +
    1.10 +#endif	/* _RTC_H_ */