Lionel Sambuc 433d6423c3 New sources layout
Change-Id: Ic716f336b7071063997cf5b4dae6d50e0b4631e9
2014-07-31 16:00:30 +02:00

19 lines
352 B
C

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