aboutsummaryrefslogtreecommitdiff
path: root/include/apos/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apos/timer.h')
-rw-r--r--include/apos/timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apos/timer.h b/include/apos/timer.h
index e68009a..b506c45 100644
--- a/include/apos/timer.h
+++ b/include/apos/timer.h
@@ -17,7 +17,7 @@ struct timer {
ticks_t ticks;
};
-void init_timer();
+void init_timer(const void *fdt);
/* set up timer interrupt ticks from now */
id_t new_rel_timer(id_t tid, ticks_t ticks);