diff options
Diffstat (limited to 'include/asm-x86_64/nmi.h')
-rw-r--r-- | include/asm-x86_64/nmi.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/include/asm-x86_64/nmi.h b/include/asm-x86_64/nmi.h index 8f02a2a416e6..8818c39d34e0 100644 --- a/include/asm-x86_64/nmi.h +++ b/include/asm-x86_64/nmi.h | |||
@@ -7,25 +7,6 @@ | |||
7 | #include <linux/pm.h> | 7 | #include <linux/pm.h> |
8 | #include <asm/io.h> | 8 | #include <asm/io.h> |
9 | 9 | ||
10 | struct pt_regs; | ||
11 | |||
12 | typedef int (*nmi_callback_t)(struct pt_regs * regs, int cpu); | ||
13 | |||
14 | /** | ||
15 | * set_nmi_callback | ||
16 | * | ||
17 | * Set a handler for an NMI. Only one handler may be | ||
18 | * set. Return 1 if the NMI was handled. | ||
19 | */ | ||
20 | void set_nmi_callback(nmi_callback_t callback); | ||
21 | |||
22 | /** | ||
23 | * unset_nmi_callback | ||
24 | * | ||
25 | * Remove the handler previously set. | ||
26 | */ | ||
27 | void unset_nmi_callback(void); | ||
28 | |||
29 | /** | 10 | /** |
30 | * do_nmi_callback | 11 | * do_nmi_callback |
31 | * | 12 | * |
@@ -72,8 +53,6 @@ extern int reserve_evntsel_nmi(unsigned int); | |||
72 | extern void release_evntsel_nmi(unsigned int); | 53 | extern void release_evntsel_nmi(unsigned int); |
73 | 54 | ||
74 | extern void setup_apic_nmi_watchdog (void *); | 55 | extern void setup_apic_nmi_watchdog (void *); |
75 | extern int reserve_lapic_nmi(void); | ||
76 | extern void release_lapic_nmi(void); | ||
77 | extern void disable_timer_nmi_watchdog(void); | 56 | extern void disable_timer_nmi_watchdog(void); |
78 | extern void enable_timer_nmi_watchdog(void); | 57 | extern void enable_timer_nmi_watchdog(void); |
79 | extern int nmi_watchdog_tick (struct pt_regs * regs, unsigned reason); | 58 | extern int nmi_watchdog_tick (struct pt_regs * regs, unsigned reason); |