blob: 808154b99a5d6933e864efea9def1d0af3e3aa5a [file] [log] [blame]
Vasily Gorbik8f755822018-07-19 13:11:28 +02001/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef BOOT_BOOT_H
3#define BOOT_BOOT_H
4
5void startup_kernel(void);
Vasily Gorbik6966d602018-04-11 11:56:55 +02006void detect_memory(void);
Vasily Gorbik8f755822018-07-19 13:11:28 +02007
8#endif /* BOOT_BOOT_H */