05387a9fbf
We make the reset function from the driver public, then we also move of all register defines from the public header file into driver, where they belong. Cc: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Jonas Aaberg <jonas.aberg@stericsson.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
12 lines
204 B
C
12 lines
204 B
C
#ifndef __PLAT_MTU_H
|
|
#define __PLAT_MTU_H
|
|
|
|
/* should be set by the platform code */
|
|
extern void __iomem *mtu_base;
|
|
|
|
void nmdk_clkevt_reset(void);
|
|
void nmdk_clksrc_reset(void);
|
|
|
|
#endif /* __PLAT_MTU_H */
|
|
|