diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-05-05 23:19:42 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-05-05 23:19:42 +0300 |
| commit | 5fb1af3ab12880331fb1e2150aa23b1278e60ddd (patch) | |
| tree | 3e905ee027369f01611edbc1b1a1a00e9a30dc41 /include/apos/timer.h | |
| parent | 9273c16434316a8ab60dc78ee65a03e68031203a (diff) | |
| download | kmi-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.h | 2 |
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); |
