Magnus Damm | 2ef7f0d | 2009-03-06 09:47:02 +0000 | [diff] [blame^] | 1 | #ifndef _ASM_SH_SUSPEND_H |
2 | #define _ASM_SH_SUSPEND_H | ||||
3 | |||||
4 | static inline int arch_prepare_suspend(void) { return 0; } | ||||
5 | |||||
6 | #include <asm/ptrace.h> | ||||
7 | |||||
8 | struct swsusp_arch_regs { | ||||
9 | struct pt_regs user_regs; | ||||
10 | unsigned long bank1_regs[8]; | ||||
11 | }; | ||||
12 | |||||
13 | #endif /* _ASM_SH_SUSPEND_H */ |