From 5fb1af3ab12880331fb1e2150aa23b1278e60ddd Mon Sep 17 00:00:00 2001 From: Kimplul Date: Thu, 5 May 2022 23:19:42 +0300 Subject: riscv64 boots with clang (sort of) --- include/apos/timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/apos/timer.h') 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); -- cgit v1.3