blob: 4b268d86a784c6012a3148b14379cf27c9e4056e [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Rusty Russelld7cd5612006-12-07 02:14:08 +01002#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
11extern asmlinkage void __init start_kernel(void);
12
13#endif /* _LINUX_START_KERNEL_H */