aboutsummaryrefslogtreecommitdiff
path: root/common/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/main.c')
-rw-r--r--common/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/main.c b/common/main.c
index 0e33ecc..7168aeb 100644
--- a/common/main.c
+++ b/common/main.c
@@ -1,4 +1,5 @@
#include <apos/mem_nodes.h>
+#include <apos/timer.h>
#include <apos/attrs.h>
#include <apos/proc.h>
#include <apos/debug.h>
@@ -23,5 +24,6 @@ void __main main(void *fdt)
setup_io_dbg(b);
init_irq(fdt);
+ init_timer(fdt);
init_proc(fdt, b);
}