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 v3.12-rc5 9 lines 182 B view raw
1#ifndef __PLAT_MTU_H 2#define __PLAT_MTU_H 3 4void nmdk_timer_init(void __iomem *base, int irq); 5void nmdk_clkevt_reset(void); 6void nmdk_clksrc_reset(void); 7 8#endif /* __PLAT_MTU_H */ 9