Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_htc_m7
/
1e3d31172fce4905d8aff867d5b714a6ad3cf2ee
/
.
/
include
/
linux
/
start_kernel.h
blob: 456a37d091b2cdd7fda3651009666c734ccc6b82 [
file
] [
log
] [
blame
]
#ifndef
_LINUX_START_KERNEL_H
#define
_LINUX_START_KERNEL_H
#include
<linux/linkage.h>
#include
<linux/init.h>
extern
asmlinkage
void
__init start_kernel
(
void
);
#endif