summaryrefslogtreecommitdiff
path: root/arch/sh/include/asm/suspend.h
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-07-06 20:19:28 +0900
committerPaul Mundt <lethal@linux-sh.org>2009-07-06 20:19:28 +0900
commit7119888df1fd115573616ae43747b2e823b0663e (patch)
treecfe0c769b4e7bf8323d1958c46590d6200516a29 /arch/sh/include/asm/suspend.h
parentc652d780c9cf7f860141de232b37160fe013feca (diff)
parent0f60bb25b4036d30fd795709be09626c58c52464 (diff)
downloadlinux-7119888df1fd115573616ae43747b2e823b0663e.tar.gz
linux-7119888df1fd115573616ae43747b2e823b0663e.tar.bz2
linux-7119888df1fd115573616ae43747b2e823b0663e.zip
Merge branches 'sh/ftrace' and 'sh/cachetlb'
Diffstat (limited to 'arch/sh/include/asm/suspend.h')
-rw-r--r--arch/sh/include/asm/suspend.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/sh/include/asm/suspend.h b/arch/sh/include/asm/suspend.h
index b1b995370e79..5c8ea28ff7a4 100644
--- a/arch/sh/include/asm/suspend.h
+++ b/arch/sh/include/asm/suspend.h
@@ -10,6 +10,15 @@ struct swsusp_arch_regs {
struct pt_regs user_regs;
unsigned long bank1_regs[8];
};
+
+void sh_mobile_call_standby(unsigned long mode);
+
+#ifdef CONFIG_CPU_IDLE
+void sh_mobile_setup_cpuidle(void);
+#else
+static inline void sh_mobile_setup_cpuidle(void) {}
+#endif
+
#endif
/* flags passed to assembly suspend code */