Merge tag 'powerpc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[linux-2.6-microblaze.git] / arch / s390 / include / asm / boot_data.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_S390_BOOT_DATA_H
3
4 #include <asm/setup.h>
5 #include <asm/ipl.h>
6
7 extern char early_command_line[COMMAND_LINE_SIZE];
8 extern struct ipl_parameter_block early_ipl_block;
9 extern int early_ipl_block_valid;
10
11 #endif /* _ASM_S390_BOOT_DATA_H */