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