unify {de,}mangle_poll(), get rid of kernel-side POLL...
[cris-mirror.git] / include / linux / start_kernel.h
blob4b268d86a784c6012a3148b14379cf27c9e4056e
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _LINUX_START_KERNEL_H
3 #define _LINUX_START_KERNEL_H
5 #include <linux/linkage.h>
6 #include <linux/init.h>
8 /* Define the prototype for start_kernel here, rather than cluttering
9 up something else. */
11 extern asmlinkage void __init start_kernel(void);
13 #endif /* _LINUX_START_KERNEL_H */