diff options
Diffstat (limited to 'arch/arm/include/asm/smp_twd.h')
-rw-r--r-- | arch/arm/include/asm/smp_twd.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/include/asm/smp_twd.h b/arch/arm/include/asm/smp_twd.h new file mode 100644 index 00000000000..7be0978b262 --- /dev/null +++ b/arch/arm/include/asm/smp_twd.h | |||
@@ -0,0 +1,12 @@ | |||
1 | #ifndef __ASMARM_SMP_TWD_H | ||
2 | #define __ASMARM_SMP_TWD_H | ||
3 | |||
4 | struct clock_event_device; | ||
5 | |||
6 | extern void __iomem *twd_base; | ||
7 | |||
8 | void twd_timer_stop(void); | ||
9 | int twd_timer_ack(void); | ||
10 | void twd_timer_setup(struct clock_event_device *); | ||
11 | |||
12 | #endif | ||