repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ldivmod, uldivmod: fix qdivrem calls
[minix.git]
/
include
/
minix
/
hgfs.h
blob
3e5a216a538622008fb7ec8887afa79c4f1204f8
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 */