xref: /minix3/minix/fs/procfs/glo.h (revision 305e366fe47197851cc728bd12ee4d4f1d8f7d64)
1433d6423SLionel Sambuc #ifndef _PROCFS_GLO_H
2433d6423SLionel Sambuc #define _PROCFS_GLO_H
3433d6423SLionel Sambuc 
4433d6423SLionel Sambuc /* pid.c */
5433d6423SLionel Sambuc extern struct file pid_files[];
6433d6423SLionel Sambuc 
7433d6423SLionel Sambuc /* root.c */
8433d6423SLionel Sambuc extern struct file root_files[];
9433d6423SLionel Sambuc 
10433d6423SLionel Sambuc /* tree.c */
11*305e366fSDavid van Moolenbroek extern struct minix_proc_list proc_list[NR_PROCS];
12433d6423SLionel Sambuc 
13433d6423SLionel Sambuc #endif /* _PROCFS_GLO_H */
14