Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v2.6.25-rc1 9 lines 232 B view raw
1#ifndef __ASM_POWERPC_SUSPEND_H 2#define __ASM_POWERPC_SUSPEND_H 3 4static inline int arch_prepare_suspend(void) { return 0; } 5 6void save_processor_state(void); 7void restore_processor_state(void); 8 9#endif /* __ASM_POWERPC_SUSPEND_H */