repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Drop main() prototype. Syncs with NetBSD-8
[minix.git]
/
minix
/
fs
/
isofs
/
glo.h
blob
01e667582ea0415e52dc11b9076ea8bbf7252345
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 */