diff options
author | Richard Braun <rbraun@sceen.net> | 2019-07-12 00:34:51 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2019-08-16 03:57:13 +0200 |
commit | 204eec9be03f53b93d0f732c967a623f8e0843ef (patch) | |
tree | 491092a44d3a6193ad9cd21ca34a3ba10fdd79f2 /kern/timer_i.h | |
parent | a62edad69f70d1c86dfa51cc8a2e298bb966180b (diff) |
Document the timer API
Diffstat (limited to 'kern/timer_i.h')
-rw-r--r-- | kern/timer_i.h | 2 |
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) */ |