1 #include <linux/sysdev.h>
16 /* One object for each MCE bank, shared by all CPUs */
18 u64 ctl
; /* subevents to enable */
19 unsigned char init
; /* initialise bank? */
20 struct sysdev_attribute attr
; /* sysdev attribute */
21 char attrname
[ATTR_LEN
]; /* attribute name */
24 int mce_severity(struct mce
*a
, int tolerant
, char **msg
);
25 struct dentry
*mce_get_debugfs_dir(void);
29 extern struct mce_bank
*mce_banks
;