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
opendir change: refinement
[minix.git]
/
lib
/
libvboxfs
/
inc.h
blob
ba9313cb0447bcf6c2d95c2fe53270ab44e99c15
1
/* Part of libvboxfs - (c) 2012, D.C. van Moolenbroek */
2
3
#ifndef _VBOXFS_INC_H
4
#define _VBOXFS_INC_H
5
6
#include <minix/drivers.h>
7
#include <minix/vbox.h>
8
#include <minix/sffs.h>
9
#include <minix/vboxfs.h>
10
#include <sys/queue.h>
11
#include <fcntl.h>
12
#include <assert.h>
13
14
#include
"vboxfs.h"
15
#include
"glo.h"
16
#include
"proto.h"
17
18
#endif
/* !_VBOXFS_INC_H */