root / lab4 / .minix-src / include / minix / vboxfs.h @ 13
History | View | Annotate | Download (288 Bytes)
1 |
/* Part of libvboxfs - (c) 2012, D.C. van Moolenbroek */
|
---|---|
2 |
|
3 |
#ifndef _MINIX_VBOXFS_H
|
4 |
#define _MINIX_VBOXFS_H
|
5 |
|
6 |
#include <minix/sffs.h> |
7 |
|
8 |
int vboxfs_init(char *share, const struct sffs_table **tablep, |
9 |
int *case_insens, int *read_only); |
10 |
void vboxfs_cleanup(void); |
11 |
|
12 |
#endif /* _MINIX_VBOXFS_H */ |