]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/blame - arch/x86/include/asm/crash.h
Merge tag 'xtensa-20190201' of git://github.com/jcmvbkbc/linux-xtensa
[mirror_ubuntu-disco-kernel.git] / arch / x86 / include / asm / crash.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
dd5f7260
VG
2#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);
89f579ce 9void crash_smp_send_stop(void);
dd5f7260
VG
10
11#endif /* _ASM_X86_CRASH_H */