blob: 7be0978b2625c9e365fde3d28ca4679d1e9c4933 [file] [log] [blame]
Russell Kingf32f4ce2009-05-16 12:14:21 +01001#ifndef __ASMARM_SMP_TWD_H
2#define __ASMARM_SMP_TWD_H
3
4struct clock_event_device;
5
6extern void __iomem *twd_base;
7
8void twd_timer_stop(void);
9int twd_timer_ack(void);
10void twd_timer_setup(struct clock_event_device *);
11
12#endif