summaryrefslogtreecommitdiff
path: root/src/common/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/timer.h')
-rw-r--r--src/common/timer.h1
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;