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
@@ -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 */