Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _ARM_KEXEC_INTERNAL_H
0003 #define _ARM_KEXEC_INTERNAL_H
0004 
0005 struct kexec_relocate_data {
0006     unsigned long kexec_start_address;
0007     unsigned long kexec_indirection_page;
0008     unsigned long kexec_mach_type;
0009     unsigned long kexec_r2;
0010 };
0011 
0012 #endif