diff options
Diffstat (limited to 'fs/proc/internal.h')
-rw-r--r-- | fs/proc/internal.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/proc/internal.h b/fs/proc/internal.h index 3ab6d14e71c..ee04619173b 100644 --- a/fs/proc/internal.h +++ b/fs/proc/internal.h @@ -234,6 +234,12 @@ static inline int proc_net_init(void) { return 0; } extern int proc_setup_self(struct super_block *); /* + * proc_thread_self.c + */ +extern int proc_setup_thread_self(struct super_block *); +extern void proc_thread_self_init(void); + +/* * proc_sysctl.c */ #ifdef CONFIG_PROC_SYSCTL |