1231200Smm/* SPDX-License-Identifier: GPL-2.0 */
2231200Smm#ifndef _ASM_X86_CRASH_H
3231200Smm#define _ASM_X86_CRASH_H
4231200Smm
5231200Smmstruct kimage;
6231200Smm
7231200Smmint crash_load_segments(struct kimage *image);
8231200Smmint crash_setup_memmap_entries(struct kimage *image,
9231200Smm		struct boot_params *params);
10231200Smmvoid crash_smp_send_stop(void);
11231200Smm
12231200Smm#endif /* _ASM_X86_CRASH_H */
13231200Smm