Project

General

Profile

Statistics
| Revision:

root / lab4 / .minix-src / include / minix / hgfs.h @ 13

History | View | Annotate | Download (228 Bytes)

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 */