License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.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);
9
10#endif /* _ASM_X86_CRASH_H */