]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - arch/arm64/include/asm/suspend.h
arm64: hibernate: Resume when hibernate image created on non-boot CPU
[mirror_ubuntu-zesty-kernel.git] / arch / arm64 / include / asm / suspend.h
index 024d623f662e588c845f47abd752bfba2470ed2f..b8a313fd7a093e7ee874c9e75f5eab9a4c338d91 100644 (file)
@@ -47,4 +47,7 @@ int swsusp_arch_resume(void);
 int arch_hibernation_header_save(void *addr, unsigned int max_size);
 int arch_hibernation_header_restore(void *addr);
 
+/* Used to resume on the CPU we hibernated on */
+int hibernate_resume_nonboot_cpu_disable(void);
+
 #endif