18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifdef CONFIG_X86_32 38c2ecf20Sopenharmony_ci# include <asm/suspend_32.h> 48c2ecf20Sopenharmony_ci#else 58c2ecf20Sopenharmony_ci# include <asm/suspend_64.h> 68c2ecf20Sopenharmony_ci#endif 78c2ecf20Sopenharmony_ciextern unsigned long restore_jump_address __visible; 88c2ecf20Sopenharmony_ciextern unsigned long jump_address_phys; 98c2ecf20Sopenharmony_ciextern unsigned long restore_cr3 __visible; 108c2ecf20Sopenharmony_ciextern unsigned long temp_pgt __visible; 118c2ecf20Sopenharmony_ciextern unsigned long relocated_restore_code __visible; 128c2ecf20Sopenharmony_ciextern int relocate_restore_code(void); 138c2ecf20Sopenharmony_ci/* Defined in hibernate_asm_32/64.S */ 148c2ecf20Sopenharmony_ciextern asmlinkage __visible int restore_image(void); 15