1 /* SPDX-License-Identifier: GPL-2.0 */ << 2 #ifndef _LINUX_START_KERNEL_H 1 #ifndef _LINUX_START_KERNEL_H 3 #define _LINUX_START_KERNEL_H 2 #define _LINUX_START_KERNEL_H 4 3 5 #include <linux/linkage.h> 4 #include <linux/linkage.h> 6 #include <linux/init.h> 5 #include <linux/init.h> 7 6 8 /* Define the prototype for start_kernel here, 7 /* Define the prototype for start_kernel here, rather than cluttering 9 up something else. */ 8 up something else. */ 10 9 11 extern asmlinkage void __init __noreturn start !! 10 extern asmlinkage void __init start_kernel(void); 12 11 13 #endif /* _LINUX_START_KERNEL_H */ 12 #endif /* _LINUX_START_KERNEL_H */ 14 13
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.