]> Git Repo - binutils.git/blob - sim/m32c/timer_a.h
Update copyright year range in all GDB files.
[binutils.git] / sim / m32c / timer_a.h
1 typedef 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
12 extern Timer_A timer_a;
13
14 extern void update_timer_a (void);
This page took 0.025175 seconds and 4 git commands to generate.