minix/minix/fs/isofs/glo.h
David van Moolenbroek c2f99d7c3a isofs: rename source directory to "isofs"
Change-Id: Ibe630f720b4399e7ebbbd850650036fbaa9cec7b
2014-09-18 13:00:57 +00:00

12 lines
311 B
C

/* EXTERN should be extern except for the table file */
#ifdef _TABLE
#undef EXTERN
#define EXTERN
#endif
EXTERN dev_t fs_dev; /* the device that is handled by this FS proc */
EXTERN struct opt opt; /* global mount options */
extern struct fsdriver isofs_table; /* function call table */