x86: Select HARDIRQS_SW_RESEND on x86
[linux/fpc-iii.git] / arch / s390 / boot / boot.h
blob2ea603f70c3bd683ddcfa51bac0e45d30de972b4
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef BOOT_BOOT_H
3 #define BOOT_BOOT_H
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 parse_boot_command_line(void);
10 void setup_memory_end(void);
11 void verify_facilities(void);
12 void print_missing_facilities(void);
13 void print_pgm_check_info(void);
14 unsigned long get_random_base(unsigned long safe_addr);
16 extern int kaslr_enabled;
17 extern const char kernel_version[];
19 unsigned long read_ipl_report(unsigned long safe_offset);
21 #endif /* BOOT_BOOT_H */