summaryrefslogtreecommitdiff
path: root/minix/lib/libvboxfs/inc.h
blob: ba9313cb0447bcf6c2d95c2fe53270ab44e99c15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* Part of libvboxfs - (c) 2012, D.C. van Moolenbroek */

#ifndef _VBOXFS_INC_H
#define _VBOXFS_INC_H

#include <minix/drivers.h>
#include <minix/vbox.h>
#include <minix/sffs.h>
#include <minix/vboxfs.h>
#include <sys/queue.h>
#include <fcntl.h>
#include <assert.h>

#include "vboxfs.h"
#include "glo.h"
#include "proto.h"

#endif /* !_VBOXFS_INC_H */