1 #ifndef _MCHECK_UTIL_H
2 #define _MCHECK_UTIL_H
3 
4 void mce_panic_check(void);
5 
6 #endif
7