xref: /openbmc/linux/arch/x86/include/asm/crash.h (revision 112eee5d)
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 
5112eee5dSLianbo Jiang struct kimage;
6112eee5dSLianbo Jiang 
7dd5f7260SVivek Goyal int crash_load_segments(struct kimage *image);
8dd5f7260SVivek Goyal int crash_copy_backup_region(struct kimage *image);
9dd5f7260SVivek Goyal int crash_setup_memmap_entries(struct kimage *image,
10dd5f7260SVivek Goyal 		struct boot_params *params);
1189f579ceSYi Wang void crash_smp_send_stop(void);
12dd5f7260SVivek Goyal 
13dd5f7260SVivek Goyal #endif /* _ASM_X86_CRASH_H */
14