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