repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ext3: Update MAINTAINERS for ext3 and JBD
[linux/fpc-iii.git]
/
arch
/
x86
/
kernel
/
cpu
/
mcheck
/
mce-internal.h
blob
54dcb8ff12e504b76e10ebe4c845429c3232e9cd
1
#include <asm/mce.h>
2
3
enum
severity_level
{
4
MCE_NO_SEVERITY
,
5
MCE_KEEP_SEVERITY
,
6
MCE_SOME_SEVERITY
,
7
MCE_AO_SEVERITY
,
8
MCE_UC_SEVERITY
,
9
MCE_AR_SEVERITY
,
10
MCE_PANIC_SEVERITY
,
11
};
12
13
int
mce_severity
(
struct
mce
*
a
,
int
tolerant
,
char
**
msg
);
14
15
extern
int
mce_ser
;