git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
refactor: one more step towards arch-agnostic design
[lunaix-os.git]
/
lunaix-os
/
includes
/
hal
/
rtc
/
mc146818a.h
diff --git a/lunaix-os/includes/hal/rtc/mc146818a.h
b/lunaix-os/includes/hal/rtc/mc146818a.h
new file mode 100644
(file)
index 0000000..
3e81ff1
--- /dev/null
+++ b/
lunaix-os/includes/hal/rtc/mc146818a.h
@@ -0,0
+1,13
@@
+#ifndef __LUNAIX_MC146818A_H
+#define __LUNAIX_MC146818A_H
+
+/*
+ FIXME the drivers should go into ldga
+*/
+
+#include <hal/hwrtc.h>
+
+struct hwrtc*
+mc146818a_rtc_context();
+
+#endif /* __LUNAIX_MC146818A_H */