aboutsummaryrefslogtreecommitdiff
path: root/include/apos/timer.h
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2022-05-05 23:19:42 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2022-05-05 23:19:42 +0300
commit5fb1af3ab12880331fb1e2150aa23b1278e60ddd (patch)
tree3e905ee027369f01611edbc1b1a1a00e9a30dc41 /include/apos/timer.h
parent9273c16434316a8ab60dc78ee65a03e68031203a (diff)
downloadkmi-5fb1af3ab12880331fb1e2150aa23b1278e60ddd.tar.gz
kmi-5fb1af3ab12880331fb1e2150aa23b1278e60ddd.zip
riscv64 boots with clang (sort of)
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);