]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - include/linux/suspend.h
[PATCH] gfp_t: the rest
[mirror_ubuntu-bionic-kernel.git] / include / linux / suspend.h
index f2e96fdfaae01604e207fc9362f55d9286b1b95c..ba448c760168a8e48cbb2ab59005095ebd1fb6b2 100644 (file)
@@ -71,5 +71,7 @@ void restore_processor_state(void);
 struct saved_context;
 void __save_processor_state(struct saved_context *ctxt);
 void __restore_processor_state(struct saved_context *ctxt);
+extern unsigned long get_usable_page(gfp_t gfp_mask);
+extern void free_eaten_memory(void);
 
 #endif /* _LINUX_SWSUSP_H */