blob: 0acf5ee45a21a3c8c4e6cf18334cfc22fc2bbc2a [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Vivek Goyaldd5f7262014-08-08 14:26:09 -07002#ifndef _ASM_X86_CRASH_H
3#define _ASM_X86_CRASH_H
4
5int crash_load_segments(struct kimage *image);
6int crash_copy_backup_region(struct kimage *image);
7int crash_setup_memmap_entries(struct kimage *image,
8 struct boot_params *params);
Yi Wang89f579c2018-11-22 10:04:09 +08009void crash_smp_send_stop(void);
Vivek Goyaldd5f7262014-08-08 14:26:09 -070010
11#endif /* _ASM_X86_CRASH_H */