diff options
Diffstat (limited to 'include/asm-i386/nmi.h')
-rw-r--r-- | include/asm-i386/nmi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-i386/nmi.h b/include/asm-i386/nmi.h index 13b5d8311bf7..303bcd4592bb 100644 --- a/include/asm-i386/nmi.h +++ b/include/asm-i386/nmi.h | |||
@@ -23,6 +23,7 @@ extern int reserve_evntsel_nmi(unsigned int); | |||
23 | extern void release_evntsel_nmi(unsigned int); | 23 | extern void release_evntsel_nmi(unsigned int); |
24 | 24 | ||
25 | extern void setup_apic_nmi_watchdog (void *); | 25 | extern void setup_apic_nmi_watchdog (void *); |
26 | extern void stop_apic_nmi_watchdog (void *); | ||
26 | extern void disable_timer_nmi_watchdog(void); | 27 | extern void disable_timer_nmi_watchdog(void); |
27 | extern void enable_timer_nmi_watchdog(void); | 28 | extern void enable_timer_nmi_watchdog(void); |
28 | extern int nmi_watchdog_tick (struct pt_regs * regs, unsigned reason); | 29 | extern int nmi_watchdog_tick (struct pt_regs * regs, unsigned reason); |