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 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 *); | |||
384 | extern void swsusp_set_page_free(struct page *); | 384 | extern void swsusp_set_page_free(struct page *); |
385 | extern void swsusp_unset_page_free(struct page *); | 385 | extern void swsusp_unset_page_free(struct page *); |
386 | extern unsigned long get_safe_page(gfp_t gfp_mask); | 386 | extern unsigned long get_safe_page(gfp_t gfp_mask); |
387 | extern asmlinkage int swsusp_arch_suspend(void); | ||
388 | extern asmlinkage int swsusp_arch_resume(void); | ||
387 | 389 | ||
388 | extern void hibernation_set_ops(const struct platform_hibernation_ops *ops); | 390 | extern void hibernation_set_ops(const struct platform_hibernation_ops *ops); |
389 | extern int hibernate(void); | 391 | extern int hibernate(void); |