Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.32-rc7 12 lines 226 B view raw
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