Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _ASM_S390_BOOT_DATA_H
0003 
0004 #include <asm/setup.h>
0005 #include <asm/ipl.h>
0006 
0007 extern char early_command_line[COMMAND_LINE_SIZE];
0008 extern struct ipl_parameter_block ipl_block;
0009 extern int ipl_block_valid;
0010 extern int ipl_secure_flag;
0011 
0012 extern unsigned long ipl_cert_list_addr;
0013 extern unsigned long ipl_cert_list_size;
0014 
0015 extern unsigned long early_ipl_comp_list_addr;
0016 extern unsigned long early_ipl_comp_list_size;
0017 
0018 #endif /* _ASM_S390_BOOT_DATA_H */