xref: /minix3/minix/fs/isofs/glo.h (revision c2f99d7c3a4651d2e8e327e073e38f0a52de0376)
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