aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-i386/mce.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-i386/mce.h')
-rw-r--r--include/asm-i386/mce.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-i386/mce.h b/include/asm-i386/mce.h
index b0a02ee34ffd..d56d89742e8f 100644
--- a/include/asm-i386/mce.h
+++ b/include/asm-i386/mce.h
@@ -5,3 +5,7 @@ extern void mcheck_init(struct cpuinfo_x86 *c);
5#endif 5#endif
6 6
7extern int mce_disabled; 7extern int mce_disabled;
8
9extern void stop_mce(void);
10extern void restart_mce(void);
11