aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/suspend.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/include/asm/suspend.h')
-rw-r--r--arch/sh/include/asm/suspend.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sh/include/asm/suspend.h b/arch/sh/include/asm/suspend.h
index 8e2c55dc5fe6..8eddf236fb85 100644
--- a/arch/sh/include/asm/suspend.h
+++ b/arch/sh/include/asm/suspend.h
@@ -61,6 +61,9 @@ struct sh_sleep_data {
61 struct sh_sleep_regs data; 61 struct sh_sleep_regs data;
62}; 62};
63 63
64/* a bitmap of supported sleep modes (SUSP_SH..) */
65extern unsigned long sh_mobile_sleep_supported;
66
64#endif 67#endif
65 68
66/* flags passed to assembly suspend code */ 69/* flags passed to assembly suspend code */