Go to the documentation of this file. 1 #ifndef _ASM_SH_SUSPEND_H
2 #define _ASM_SH_SUSPEND_H
7 #include <asm/ptrace.h>
16 #ifdef CONFIG_CPU_IDLE
27 #define SH_MOBILE_SLEEP_BOARD 0
28 #define SH_MOBILE_SLEEP_CPU 1
29 #define SH_MOBILE_PRE(x) (x)
30 #define SH_MOBILE_POST(x) (-(x))
34 void *pre_start,
void *pre_end,
35 void *post_start,
void *post_end);
88 #define SUSP_SH_SLEEP (1 << 0)
89 #define SUSP_SH_STANDBY (1 << 1)
90 #define SUSP_SH_RSTANDBY (1 << 2)
91 #define SUSP_SH_USTANDBY (1 << 3)
92 #define SUSP_SH_SF (1 << 4)
93 #define SUSP_SH_MMU (1 << 5)
94 #define SUSP_SH_REGS (1 << 6)