#include <linux/pm.h>
#include <asm/irq.h>
#include <asm/io.h>
Go to the source code of this file.
Definition at line 35 of file nmi.h.
Definition at line 25 of file nmi.h.
Definition at line 36 of file nmi.h.
#define register_nmi_handler |
( |
|
t, |
|
|
|
fn, |
|
|
|
fg, |
|
|
|
n, |
|
|
|
init... |
|
) |
| |
Value:({ \
.flags = (fg), \
}; \
__register_nmi_handler((
t), &
fn##_na); \
})
Definition at line 47 of file nmi.h.
Definition at line 38 of file nmi.h.
- Enumerator:
NMI_LOCAL |
|
NMI_UNKNOWN |
|
NMI_SERR |
|
NMI_IO_CHECK |
|
NMI_MAX |
|
Definition at line 27 of file nmi.h.