xref: /minix3/minix/lib/libvtreefs/glo.h (revision 289b04677a1b234d09a045a727f5e614a6c8d716)
1433d6423SLionel Sambuc #ifndef _VTREEFS_GLO_H
2433d6423SLionel Sambuc #define _VTREEFS_GLO_H
3433d6423SLionel Sambuc 
4433d6423SLionel Sambuc #ifdef _TABLE
5433d6423SLionel Sambuc #undef EXTERN
6433d6423SLionel Sambuc #define EXTERN
7433d6423SLionel Sambuc #endif
8433d6423SLionel Sambuc 
9433d6423SLionel Sambuc EXTERN struct fs_hooks *vtreefs_hooks;
10433d6423SLionel Sambuc 
11*0dc5c83eSDavid van Moolenbroek extern struct fsdriver vtreefs_table;
12433d6423SLionel Sambuc 
13433d6423SLionel Sambuc #endif /* _VTREEFS_GLO_H */
14