diff options
Diffstat (limited to 'include/asm-ppc/suspend.h')
-rw-r--r-- | include/asm-ppc/suspend.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/asm-ppc/suspend.h b/include/asm-ppc/suspend.h new file mode 100644 index 000000000000..3df9f32bd834 --- /dev/null +++ b/include/asm-ppc/suspend.h | |||
@@ -0,0 +1,12 @@ | |||
1 | static inline int arch_prepare_suspend(void) | ||
2 | { | ||
3 | return 0; | ||
4 | } | ||
5 | |||
6 | static inline void save_processor_state(void) | ||
7 | { | ||
8 | } | ||
9 | |||
10 | static inline void restore_processor_state(void) | ||
11 | { | ||
12 | } | ||