summaryrefslogtreecommitdiff
path: root/kern/timer_i.h
diff options
context:
space:
mode:
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) */