boot_data.h 287 B

1234567891011
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef _ASM_S390_BOOT_DATA_H
  3. #include <asm/setup.h>
  4. #include <asm/ipl.h>
  5. extern char early_command_line[COMMAND_LINE_SIZE];
  6. extern struct ipl_parameter_block early_ipl_block;
  7. extern int early_ipl_block_valid;
  8. #endif /* _ASM_S390_BOOT_DATA_H */