summaryrefslogtreecommitdiff
path: root/arch/arm/plat-nomadik/include/plat/mtu.h
blob: 489e92723b4e981afcd5359f11dd7975b2a253a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __PLAT_MTU_H
#define __PLAT_MTU_H

void nmdk_timer_init(void __iomem *base);
void nmdk_clkevt_reset(void);
void nmdk_clksrc_reset(void);

struct clock_event_device *nmdk_clkevt_get(void);

#endif /* __PLAT_MTU_H */