proc: Implement /proc/thread-self to point at the directory of the current thread
[firefly-linux-kernel-4.4.55.git] / fs / proc / internal.h
index 3ab6d14e71c544753e0558fd78022a63200ea644..ee04619173b240f304f08375ca03a19ac3e4c379 100644 (file)
@@ -233,6 +233,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
  */