xref: /minix/minix/fs/isofs/glo.h (revision 83133719)
1 /* EXTERN should be extern except for the table file */
2 #ifdef _TABLE
3 #undef EXTERN
4 #define EXTERN
5 #endif
6 
7 EXTERN dev_t fs_dev;            /* the device that is handled by this FS proc */
8 
9 EXTERN struct opt opt;          /* global mount options */
10 
11 extern struct fsdriver isofs_table;	/* function call table */
12