xref: /minix3/minix/fs/procfs/glo.h (revision 305e366fe47197851cc728bd12ee4d4f1d8f7d64)
1 #ifndef _PROCFS_GLO_H
2 #define _PROCFS_GLO_H
3 
4 /* pid.c */
5 extern struct file pid_files[];
6 
7 /* root.c */
8 extern struct file root_files[];
9 
10 /* tree.c */
11 extern struct minix_proc_list proc_list[NR_PROCS];
12 
13 #endif /* _PROCFS_GLO_H */
14