准备实现rtc中断
parent
2436ad1481
commit
422fd35aac
@ -0,0 +1,12 @@
|
||||
#ifndef ONIX_RTC_H
|
||||
#define ONIX_RTC_H
|
||||
#include <onix/types.h>
|
||||
#include <onix/debug.h>
|
||||
|
||||
|
||||
u8 cmos_read(u8 addr);
|
||||
void cmos_write(u8 addr, u8 value);
|
||||
|
||||
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue