xref: /openbmc/linux/arch/s390/include/asm/boot_data.h (revision 9641b8cc)
149698745SVasily Gorbik /* SPDX-License-Identifier: GPL-2.0 */
249698745SVasily Gorbik #ifndef _ASM_S390_BOOT_DATA_H
349698745SVasily Gorbik 
449698745SVasily Gorbik #include <asm/setup.h>
549698745SVasily Gorbik #include <asm/ipl.h>
649698745SVasily Gorbik 
749698745SVasily Gorbik extern char early_command_line[COMMAND_LINE_SIZE];
81e941d39SVasily Gorbik extern struct ipl_parameter_block ipl_block;
91e941d39SVasily Gorbik extern int ipl_block_valid;
109641b8ccSMartin Schwidefsky extern int ipl_secure_flag;
119641b8ccSMartin Schwidefsky 
129641b8ccSMartin Schwidefsky extern unsigned long ipl_cert_list_addr;
139641b8ccSMartin Schwidefsky extern unsigned long ipl_cert_list_size;
149641b8ccSMartin Schwidefsky 
159641b8ccSMartin Schwidefsky extern unsigned long early_ipl_comp_list_addr;
169641b8ccSMartin Schwidefsky extern unsigned long early_ipl_comp_list_size;
1749698745SVasily Gorbik 
1849698745SVasily Gorbik #endif /* _ASM_S390_BOOT_DATA_H */
19