aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/boot/boot.h
blob: 808154b99a5d6933e864efea9def1d0af3e3aa5a (plain) (blame)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef BOOT_BOOT_H
#define BOOT_BOOT_H

void startup_kernel(void);
void detect_memory(void);

#endif /* BOOT_BOOT_H */