refactor: make pci device driver loading passive, pci bus scanner will not load them...
[lunaix-os.git] / lunaix-os / includes / lunaix / clock.h
index 4eea312fedc7206bbee01af4c1f8e138a0ead913..58e1ead7886ab1f7993e171bfd51d1c2422d1ec3 100644 (file)
@@ -2,6 +2,16 @@
 #define __LUNAIX_CLOCK_H
 
 #include <lunaix/time.h>
+
+#include <hal/hwrtc.h>
+#include <hal/hwtimer.h>
+
+extern const struct hwrtc* sysrtc;
+extern const struct hwtimer* systimer;
+
+void
+clock_init();
+
 void
 clock_walltime(datetime_t* datetime);