From c863a2368ced0e6df07121d13933ee0f5a5ee681 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Sat, 19 Jun 2010 04:08:11 +0000 Subject: 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 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 --- arch/mips/jz4740/reset.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 arch/mips/jz4740/reset.h (limited to 'arch/mips/jz4740/reset.h') 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 -- cgit v1.2.3