|
|
| File: [Development] / linux-2.4-xfs / include / asm-x86_64 / bluesmoke.h (download)
Revision 1.1, Mon Aug 9 04:52:50 2004 UTC (13 years, 2 months ago) by nathans
Merge up to 2.4.27. |
#ifndef _bluesmoke_h
#define _bluesmoke_h
/* Notifier to allow an external module to read machine check events */
extern struct notifier_block *mc_notifier_list;
struct notifier_mc_err {
unsigned int cpunum;
unsigned int banknum;
u64 mci_ctl;
u64 mci_status;
u64 mci_addr;
u64 mci_misc;
};
#endif