aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/suspend.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/suspend.h')
-rw-r--r--include/linux/suspend.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/suspend.h b/include/linux/suspend.h
index cc22a24516d6..440b62f7502e 100644
--- a/include/linux/suspend.h
+++ b/include/linux/suspend.h
@@ -384,6 +384,8 @@ extern int swsusp_page_is_forbidden(struct page *);
384extern void swsusp_set_page_free(struct page *); 384extern void swsusp_set_page_free(struct page *);
385extern void swsusp_unset_page_free(struct page *); 385extern void swsusp_unset_page_free(struct page *);
386extern unsigned long get_safe_page(gfp_t gfp_mask); 386extern unsigned long get_safe_page(gfp_t gfp_mask);
387extern asmlinkage int swsusp_arch_suspend(void);
388extern asmlinkage int swsusp_arch_resume(void);
387 389
388extern void hibernation_set_ops(const struct platform_hibernation_ops *ops); 390extern void hibernation_set_ops(const struct platform_hibernation_ops *ops);
389extern int hibernate(void); 391extern int hibernate(void);