1 2 3 4 5 6 7 8 9 10 11 12 13
#ifndef _PROCFS_GLO_H #define _PROCFS_GLO_H /* pid.c */ extern struct file pid_files[]; /* root.c */ extern struct file root_files[]; /* tree.c */ extern struct minix_proc_list proc_list[NR_PROCS]; #endif /* _PROCFS_GLO_H */