1b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */ 2dd5f7260SVivek Goyal #ifndef _ASM_X86_CRASH_H 3dd5f7260SVivek Goyal #define _ASM_X86_CRASH_H 4dd5f7260SVivek Goyal 5*112eee5dSLianbo Jiang struct kimage; 6*112eee5dSLianbo Jiang 7dd5f7260SVivek Goyal int crash_load_segments(struct kimage *image); 8dd5f7260SVivek Goyal int crash_setup_memmap_entries(struct kimage *image, 9dd5f7260SVivek Goyal struct boot_params *params); 1089f579ceSYi Wang void crash_smp_send_stop(void); 11dd5f7260SVivek Goyal 12dd5f7260SVivek Goyal #endif /* _ASM_X86_CRASH_H */ 13