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