1 #ifndef _ASM_SH_SUSPEND_H
2 #define _ASM_SH_SUSPEND_H
4 static inline int arch_prepare_suspend(void) { return 0; }
6 #include <asm/ptrace.h>
8 struct swsusp_arch_regs {
9 struct pt_regs user_regs;
10 unsigned long bank1_regs[8];
13 #endif /* _ASM_SH_SUSPEND_H */