repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix3.git]
/
minix
/
lib
/
libvtreefs
/
glo.h
blob
49ca2e86e4ff56feedf0efa38a1b4ee9ab8fdc28
1
#ifndef _VTREEFS_GLO_H
2
#define _VTREEFS_GLO_H
3
4
#ifdef _TABLE
5
#undef EXTERN
6
#define EXTERN
7
#endif
8
9
EXTERN
struct
fs_hooks
*
vtreefs_hooks
;
10
11
extern
struct
fsdriver vtreefs_table
;
12
13
#endif
/* _VTREEFS_GLO_H */