From 204eec9be03f53b93d0f732c967a623f8e0843ef Mon Sep 17 00:00:00 2001 From: Richard Braun Date: Fri, 12 Jul 2019 00:34:51 +0200 Subject: Document the timer API --- kern/timer_i.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kern/timer_i.h') diff --git a/kern/timer_i.h b/kern/timer_i.h index 799b5ac9..6f5b69ed 100644 --- a/kern/timer_i.h +++ b/kern/timer_i.h @@ -40,7 +40,7 @@ struct timer { }; uint64_t ticks; /* (c) */ - timer_fn_t fn; + timer_handler_fn_t fn; unsigned int cpu; /* (c,a,*) */ unsigned short state; /* (c) */ unsigned short flags; /* (c) */ -- cgit v1.2.3