VM: simplify slab allocator
[minix.git] / include / minix / vboxfs.h
blob20a889c365078acb9ffc8c87ca3d53beecee092c
1 /* Part of libvboxfs - (c) 2012, D.C. van Moolenbroek */
3 #ifndef _MINIX_VBOXFS_H
4 #define _MINIX_VBOXFS_H
6 #include <minix/sffs.h>
8 int vboxfs_init(char *share, const struct sffs_table **tablep,
9 int *case_insens, int *read_only);
10 void vboxfs_cleanup(void);
12 #endif /* _MINIX_VBOXFS_H */