Merge branch 'next/deletion' of git://git.linaro.org/people/arnd/arm-soc
[pandora-kernel.git] / arch / arm / plat-nomadik / include / plat / mtu.h
1 #ifndef __PLAT_MTU_H
2 #define __PLAT_MTU_H
3
4 /* should be set by the platform code */
5 extern void __iomem *mtu_base;
6
7 void nmdk_clkevt_reset(void);
8 void nmdk_clksrc_reset(void);
9
10 #endif /* __PLAT_MTU_H */
11