refactor: make pci device driver loading passive, pci bus scanner will not load them...
[lunaix-os.git] / lunaix-os / includes / lunaix / clock.h
index 6a3d26eacf91a0c8b54bed2ef6949e032b069652..58e1ead7886ab1f7993e171bfd51d1c2422d1ec3 100644 (file)
@@ -3,6 +3,12 @@
 
 #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();