Merge tag 'xfs-6.4-rc1-fixes' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
[linux-block.git] / include / linux / start_kernel.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
d7cd5611
RR
2#ifndef _LINUX_START_KERNEL_H
3#define _LINUX_START_KERNEL_H
4
5#include <linux/linkage.h>
6#include <linux/init.h>
7
8/* Define the prototype for start_kernel here, rather than cluttering
9 up something else. */
10
25a6917c 11extern asmlinkage void __init __noreturn start_kernel(void);
9ea7e6b6
JP
12extern void __init __noreturn arch_call_rest_init(void);
13extern void __ref __noreturn rest_init(void);
d7cd5611
RR
14
15#endif /* _LINUX_START_KERNEL_H */