forked from Minki/linux
b9576623c4
Pass the base offset to the Nomadik MTU timer in the init call instead of keeping a global pointer to be assigned. Acked-by: Alessandro Rubini <rubini@unipv.it> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
10 lines
173 B
C
10 lines
173 B
C
#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);
|
|
|
|
#endif /* __PLAT_MTU_H */
|
|
|