sh: clkfwk: add clk_set_parent/clk_get_parent
[linux-2.6] / arch / sh / include / asm / suspend.h
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 */