diff options
Diffstat (limited to 'include/linux/latencytop.h')
-rw-r--r-- | include/linux/latencytop.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/latencytop.h b/include/linux/latencytop.h index e23121f9d..59ccab297 100644 --- a/include/linux/latencytop.h +++ b/include/linux/latencytop.h @@ -37,6 +37,9 @@ account_scheduler_latency(struct task_struct *task, int usecs, int inter) void clear_all_latency_tracing(struct task_struct *p); +extern int sysctl_latencytop(struct ctl_table *table, int write, + void __user *buffer, size_t *lenp, loff_t *ppos); + #else static inline void |