Remove building with NOCRYPTO option
[minix.git] / minix / fs / isofs / glo.h
blob01e667582ea0415e52dc11b9076ea8bbf7252345
1 /* EXTERN should be extern except for the table file */
2 #ifdef _TABLE
3 #undef EXTERN
4 #define EXTERN
5 #endif
7 EXTERN dev_t fs_dev; /* the device that is handled by this FS proc */
9 EXTERN struct opt opt; /* global mount options */
11 extern struct fsdriver isofs_table; /* function call table */