summaryrefslogtreecommitdiff
path: root/kern/timer_i.h
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2019-07-12 00:34:51 +0200
committerRichard Braun <rbraun@sceen.net>2019-08-16 03:57:13 +0200
commit204eec9be03f53b93d0f732c967a623f8e0843ef (patch)
tree491092a44d3a6193ad9cd21ca34a3ba10fdd79f2 /kern/timer_i.h
parenta62edad69f70d1c86dfa51cc8a2e298bb966180b (diff)
Document the timer API
Diffstat (limited to 'kern/timer_i.h')
-rw-r--r--kern/timer_i.h2
1 files changed, 1 insertions, 1 deletions
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) */