diff options
Diffstat (limited to 'src/common/timer.h')
-rw-r--r-- | src/common/timer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/timer.h b/src/common/timer.h index d68b5ed0f..2cc243692 100644 --- a/src/common/timer.h +++ b/src/common/timer.h @@ -59,6 +59,7 @@ struct timer_interface { unsigned long (*get_uptime) (void); int (*do_timer) (unsigned int tick); + void (*init) (void); void (*final) (void); } iTimer_s; |