Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
mcgrof
/
linker-tables
/
8ca249a452add0756a588f94378ddc883d2b1352
/
.
/
beta.c
blob: 8646c0d7bb6e23ee1ca1a85a62624ea65d82b8bf [
file
]
#include
<stdio.h>
#include
<unistd.h>
#include
<linux/kernel.h>
#include
<asm/x86_init_fn.h>
static
void
early_init_beta
(
void
)
{
}
X86_INIT_EARLY_PC
(
beta
,
NULL
,
NULL
,
early_init_beta
,
NULL
,
NULL
);