cregit-Linux how code gets into the kernel

Release 4.7 include/linux/start_kernel.h

Directory: include/linux
#ifndef _LINUX_START_KERNEL_H

#define _LINUX_START_KERNEL_H

#include <linux/linkage.h>
#include <linux/init.h>

/* Define the prototype for start_kernel here, rather than cluttering
   up something else. */

extern asmlinkage void __init start_kernel(void);

#endif /* _LINUX_START_KERNEL_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
rusty russellrusty russell25100.00%1100.00%
Total25100.00%1100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}