Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _ASM_X86_CRASH_H
0003 #define _ASM_X86_CRASH_H
0004 
0005 struct kimage;
0006 
0007 int crash_load_segments(struct kimage *image);
0008 int crash_setup_memmap_entries(struct kimage *image,
0009         struct boot_params *params);
0010 void crash_smp_send_stop(void);
0011 
0012 #endif /* _ASM_X86_CRASH_H */