VM: munmap used by VM for itself is no longer used
[minix.git] / include / minix / hgfs.h
blob3e5a216a538622008fb7ec8887afa79c4f1204f8
1 /* Part of libhgfs - (c) 2009, D.C. van Moolenbroek */
3 #ifndef _MINIX_HGFS_H
4 #define _MINIX_HGFS_H
6 #include <minix/sffs.h>
8 int hgfs_init(const struct sffs_table **tablep);
9 void hgfs_cleanup(void);
11 #endif /* _MINIX_HGFS_H */