aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nmi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/nmi.h')
-rw-r--r--include/linux/nmi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nmi.h b/include/linux/nmi.h
index 78488e099ce7..7ec5b86735f3 100644
--- a/include/linux/nmi.h
+++ b/include/linux/nmi.h
@@ -73,6 +73,7 @@ extern int watchdog_user_enabled;
73extern int watchdog_thresh; 73extern int watchdog_thresh;
74extern unsigned long *watchdog_cpumask_bits; 74extern unsigned long *watchdog_cpumask_bits;
75extern int sysctl_softlockup_all_cpu_backtrace; 75extern int sysctl_softlockup_all_cpu_backtrace;
76extern int sysctl_hardlockup_all_cpu_backtrace;
76struct ctl_table; 77struct ctl_table;
77extern int proc_watchdog(struct ctl_table *, int , 78extern int proc_watchdog(struct ctl_table *, int ,
78 void __user *, size_t *, loff_t *); 79 void __user *, size_t *, loff_t *);