xref: /openbmc/linux/arch/x86/include/asm/crash.h (revision dd5f7260)
1dd5f7260SVivek Goyal #ifndef _ASM_X86_CRASH_H
2dd5f7260SVivek Goyal #define _ASM_X86_CRASH_H
3dd5f7260SVivek Goyal 
4dd5f7260SVivek Goyal int crash_load_segments(struct kimage *image);
5dd5f7260SVivek Goyal int crash_copy_backup_region(struct kimage *image);
6dd5f7260SVivek Goyal int crash_setup_memmap_entries(struct kimage *image,
7dd5f7260SVivek Goyal 		struct boot_params *params);
8dd5f7260SVivek Goyal 
9dd5f7260SVivek Goyal #endif /* _ASM_X86_CRASH_H */
10