diff options
Diffstat (limited to 'include/linux/suspend.h')
-rw-r--r-- | include/linux/suspend.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/suspend.h b/include/linux/suspend.h index f73cabf59012..38bbf95109da 100644 --- a/include/linux/suspend.h +++ b/include/linux/suspend.h | |||
@@ -320,6 +320,8 @@ extern unsigned long get_safe_page(gfp_t gfp_mask); | |||
320 | extern void hibernation_set_ops(const struct platform_hibernation_ops *ops); | 320 | extern void hibernation_set_ops(const struct platform_hibernation_ops *ops); |
321 | extern int hibernate(void); | 321 | extern int hibernate(void); |
322 | extern bool system_entering_hibernation(void); | 322 | extern bool system_entering_hibernation(void); |
323 | asmlinkage int swsusp_save(void); | ||
324 | extern struct pbe *restore_pblist; | ||
323 | #else /* CONFIG_HIBERNATION */ | 325 | #else /* CONFIG_HIBERNATION */ |
324 | static inline void register_nosave_region(unsigned long b, unsigned long e) {} | 326 | static inline void register_nosave_region(unsigned long b, unsigned long e) {} |
325 | static inline void register_nosave_region_late(unsigned long b, unsigned long e) {} | 327 | static inline void register_nosave_region_late(unsigned long b, unsigned long e) {} |