VTreeFS library

This commit is contained in:
David van Moolenbroek
2010-08-10 20:05:51 +00:00
parent 4e95b347a7
commit bee1f38e01
18 changed files with 1791 additions and 2 deletions

20
lib/libvtreefs/glo.h Normal file
View File

@@ -0,0 +1,20 @@
#ifndef _VTREEFS_GLO_H
#define _VTREEFS_GLO_H
#ifdef _TABLE
#undef EXTERN
#define EXTERN
#endif
EXTERN struct fs_hooks *vtreefs_hooks;
EXTERN message fs_m_in;
EXTERN message fs_m_out;
EXTERN dev_t fs_dev;
EXTERN int fs_mounted;
extern _PROTOTYPE( int (*fs_call_vec[]), (void) );
#endif /* _VTREEFS_GLO_H */