2 * linux/include/asm-i386/nmi.h
11 typedef int (*nmi_callback_t
)(struct pt_regs
* regs
, int cpu
);
16 * Set a handler for an NMI. Only one handler may be
17 * set. Return 1 if the NMI was handled.
19 void set_nmi_callback(nmi_callback_t callback
);
24 * Remove the handler previously set.
26 void unset_nmi_callback(void);
28 #endif /* ASM_NMI_H */