sim: rename common/aclocal.m4 to common/acinclude.m4
[deliverable/binutils-gdb.git] / sim / m32c / timer_a.h
CommitLineData
3877a145
DD
1typedef struct
2{
3 int count;
4 int reload;
5 int prescale;
6 int tcspr;
7 unsigned char bsr;
8 unsigned char mode;
9 unsigned char ic;
10} Timer_A;
11
12extern Timer_A timer_a;
7cc70e53
DD
13
14extern void update_timer_a ();
This page took 0.174603 seconds and 4 git commands to generate.