diff options
Diffstat (limited to 'arch/riscv64')
| -rw-r--r-- | arch/riscv64/kernel/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv64/kernel/timer.c b/arch/riscv64/kernel/timer.c index cad811d..b6d828e 100644 --- a/arch/riscv64/kernel/timer.c +++ b/arch/riscv64/kernel/timer.c @@ -1,6 +1,6 @@ #include <arch/timer.h> -ticks_t stat_timer() +ticks_t stat_timer(const void *fdt) { /* TODO: read from fdt */ return 0; |
