aboutsummaryrefslogtreecommitdiff
path: root/sim/m32c/timer_a.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/m32c/timer_a.h')
-rw-r--r--sim/m32c/timer_a.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/m32c/timer_a.h b/sim/m32c/timer_a.h
index e1e7f21..abf5883 100644
--- a/sim/m32c/timer_a.h
+++ b/sim/m32c/timer_a.h
@@ -10,3 +10,5 @@ typedef struct
} Timer_A;
extern Timer_A timer_a;
+
+extern void update_timer_a ();