summaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/mpc52xx.h
diff options
context:
space:
mode:
authorMarian Balakowicz2007-10-18 20:44:33 +0200
committerGrant Likely2007-10-21 20:43:04 +0200
commit86b92cdda9e997dd305851cb16292c67076d58cb (patch)
tree6acfde248f5638e666442ef305347d190a50e115 /include/asm-powerpc/mpc52xx.h
parent[POWERPC] Update device tree binding for mpc5200 gpt (diff)
downloadkernel-qcow2-linux-86b92cdda9e997dd305851cb16292c67076d58cb.tar.gz
kernel-qcow2-linux-86b92cdda9e997dd305851cb16292c67076d58cb.tar.xz
kernel-qcow2-linux-86b92cdda9e997dd305851cb16292c67076d58cb.zip
[POWERPC] Add restart support for mpc52xx based platforms
Add common helper routines: mpc52xx_map_wdt() and mpc52xx_restart(). Signed-off-by: Marian Balakowicz <m8@semihalf.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'include/asm-powerpc/mpc52xx.h')
-rw-r--r--include/asm-powerpc/mpc52xx.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-powerpc/mpc52xx.h b/include/asm-powerpc/mpc52xx.h
index 8e428466a60f..fcb2ebbfddbc 100644
--- a/include/asm-powerpc/mpc52xx.h
+++ b/include/asm-powerpc/mpc52xx.h
@@ -259,6 +259,9 @@ extern unsigned int mpc52xx_get_irq(void);
extern int __init mpc52xx_add_bridge(struct device_node *node);
+extern void __init mpc52xx_map_wdt(void);
+extern void mpc52xx_restart(char *cmd);
+
#endif /* __ASSEMBLY__ */
#ifdef CONFIG_PM