Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
4ce072f1faf29d24df4600f53db8cdd62d400a8f
/
.
/
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