Initial commit linux kernel 2.6.33

This commit is contained in:
Angell Fear
2010-09-03 00:00:59 +06:00
commit 464e36dc43
31556 changed files with 12908964 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
#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 */