4 #include <minix/param.h>
7 extern struct file pid_files
[];
10 extern struct file root_files
[];
13 extern struct proc proc
[NR_PROCS
+ NR_TASKS
]; /* process table from kernel */
14 extern struct mproc mproc
[NR_PROCS
]; /* process table from PM */
15 extern struct fproc fproc
[NR_PROCS
]; /* process table from VFS */
17 #endif /* _PROCFS_GLO_H */