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 00000000000..3df9f32bd83 --- /dev/null +++ b/include/asm-ppc/suspend.h @@ -0,0 +1,12 @@ +static inline int arch_prepare_suspend(void) +{ + return 0; +} + +static inline void save_processor_state(void) +{ +} + +static inline void restore_processor_state(void) +{ +} |