Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _LINUX_START_KERNEL_H
0003 #define _LINUX_START_KERNEL_H
0004 
0005 #include <linux/linkage.h>
0006 #include <linux/init.h>
0007 
0008 /* Define the prototype for start_kernel here, rather than cluttering
0009    up something else. */
0010 
0011 extern asmlinkage void __init start_kernel(void);
0012 extern void __init arch_call_rest_init(void);
0013 extern void __ref rest_init(void);
0014 
0015 #endif /* _LINUX_START_KERNEL_H */