#ifndef _ASM_SH_SUSPEND_H #define _ASM_SH_SUSPEND_H #ifndef __ASSEMBLY__ #include <linux/notifier.h> #include <asm/ptrace.h> struct swsusp_arch_regs { struct pt_regs user_regs; unsigned long bank1_regs[8]; }; void sh_mobile_call_standby(unsigned long mode); #ifdef CONFIG_CPU_IDLE int sh_mobile_setup_cpuidle(void); #else
static inline int sh_mobile_setup_cpuidle(void) { return 0; }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Magnus Damm | 6 | 50.00% | 1 | 50.00% |
Daniel Lezcano | 6 | 50.00% | 1 | 50.00% |
Total | 12 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Magnus Damm | 271 | 97.48% | 10 | 90.91% |
Daniel Lezcano | 7 | 2.52% | 1 | 9.09% |
Total | 278 | 100.00% | 11 | 100.00% |