diff options
Diffstat (limited to 'include/linux/nmi.h')
-rw-r--r-- | include/linux/nmi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/nmi.h b/include/linux/nmi.h index 08f9247e9827..9003e29cde46 100644 --- a/include/linux/nmi.h +++ b/include/linux/nmi.h | |||
@@ -119,6 +119,8 @@ static inline int hardlockup_detector_perf_init(void) { return 0; } | |||
119 | void watchdog_nmi_stop(void); | 119 | void watchdog_nmi_stop(void); |
120 | void watchdog_nmi_start(void); | 120 | void watchdog_nmi_start(void); |
121 | int watchdog_nmi_probe(void); | 121 | int watchdog_nmi_probe(void); |
122 | int watchdog_nmi_enable(unsigned int cpu); | ||
123 | void watchdog_nmi_disable(unsigned int cpu); | ||
122 | 124 | ||
123 | /** | 125 | /** |
124 | * touch_nmi_watchdog - restart NMI watchdog timeout. | 126 | * touch_nmi_watchdog - restart NMI watchdog timeout. |