blob: cbf2c9404c37b4ac90431dfa864f29c5d1006071 [file] [log] [blame]
Johannes Bergbe9c94d2007-04-30 21:37:15 +10001#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 */