xref: /openbmc/linux/arch/x86/include/asm/crash.h (revision 89f579ce)
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 
5dd5f7260SVivek Goyal int crash_load_segments(struct kimage *image);
6dd5f7260SVivek Goyal int crash_copy_backup_region(struct kimage *image);
7dd5f7260SVivek Goyal int crash_setup_memmap_entries(struct kimage *image,
8dd5f7260SVivek Goyal 		struct boot_params *params);
989f579ceSYi Wang void crash_smp_send_stop(void);
10dd5f7260SVivek Goyal 
11dd5f7260SVivek Goyal #endif /* _ASM_X86_CRASH_H */
12