aboutsummaryrefslogtreecommitdiffstats
path: root/include/litmus/litmus_proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/litmus/litmus_proc.h')
-rw-r--r--include/litmus/litmus_proc.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/litmus/litmus_proc.h b/include/litmus/litmus_proc.h
index 6800e725d48c..0c5c07ea0ef5 100644
--- a/include/litmus/litmus_proc.h
+++ b/include/litmus/litmus_proc.h
@@ -23,3 +23,10 @@ void remove_plugin_proc_dir(struct sched_plugin* plugin);
23 * -EFAULT. */ 23 * -EFAULT. */
24int copy_and_chomp(char *kbuf, unsigned long ksize, 24int copy_and_chomp(char *kbuf, unsigned long ksize,
25 __user const char* ubuf, unsigned long ulength); 25 __user const char* ubuf, unsigned long ulength);
26
27
28#ifdef CONFIG_LITMUS_LOCKING
29struct proc_dir_entry* litmus_add_proc_lock(struct litmus_lock *l, read_proc_t func);
30void litmus_remove_proc_lock(struct litmus_lock* l);
31#endif
32