Select the types of activity you want to include in your feed.
1#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