summaryrefslogtreecommitdiff
path: root/arch/mips/jz4740/reset.h
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2010-06-19 04:08:11 +0000
committerRalf Baechle <ralf@linux-mips.org>2010-08-05 13:26:14 +0100
commitc863a2368ced0e6df07121d13933ee0f5a5ee681 (patch)
tree1f246916a7f940aa1ac50b5a88a2729e81cdfc3a /arch/mips/jz4740/reset.h
parentb200eff6d16cf53dfaf14eb6f1934890d2db2237 (diff)
MIPS: JZ4740: Add power-management and system reset support
Add support for suspend/resume and poweroff/reboot on a JZ4740 SoC. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Cc: linux-mips@linux-mips.org Cc: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/1398/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/jz4740/reset.h')
-rw-r--r--arch/mips/jz4740/reset.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/mips/jz4740/reset.h b/arch/mips/jz4740/reset.h
new file mode 100644
index 000000000000..5202ab4ad9db
--- /dev/null
+++ b/arch/mips/jz4740/reset.h
@@ -0,0 +1,6 @@
+#ifndef __MIPS_JZ4740_RESET_H__
+#define __MIPS_JZ4740_RESET_H__
+
+extern void jz4740_reset_init(void);
+
+#endif