Sign in
googlers
/
maze
/
linux
/
1f758d93548fb3c6297c05a351a4ba532de6a497
/
.
/
include
/
asm-i386
/
mce.h
blob: 7cc1a973bf00f283c1324f65938a7d9505a78319 [
file
] [
log
] [
blame
]
#ifdef
CONFIG_X86_MCE
extern
void
mcheck_init
(
struct
cpuinfo_x86
*
c
);
#else
#define
mcheck_init
(
c
)
do
{}
while
(
0
)
#endif