xref: /linux/arch/s390/boot/boot.h (revision b1d29ba82cf2bc784f4c963ddd6a2cf29e229b33)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef BOOT_BOOT_H
3 #define BOOT_BOOT_H
4 
5 void startup_kernel(void);
6 void detect_memory(void);
7 void store_ipl_parmblock(void);
8 void setup_boot_command_line(void);
9 void setup_memory_end(void);
10 
11 #endif /* BOOT_BOOT_H */
12