xref: /minix/minix/include/minix/hgfs.h (revision 7f5f010b)
1 /* Part of libhgfs - (c) 2009, D.C. van Moolenbroek */
2 
3 #ifndef _MINIX_HGFS_H
4 #define _MINIX_HGFS_H
5 
6 #include <minix/sffs.h>
7 
8 int hgfs_init(const struct sffs_table **tablep);
9 void hgfs_cleanup(void);
10 
11 #endif /* _MINIX_HGFS_H */
12