xref: /minix/minix/lib/libhgfs/inc.h (revision 83133719)
1 /* Part of libhgfs - (c) 2009, D.C. van Moolenbroek */
2 
3 #include <minix/drivers.h>
4 #include <minix/sffs.h>
5 #include <minix/hgfs.h>
6 
7 #define PREFIX(x) __libhgfs_##x
8 
9 #include "type.h"
10 #include "const.h"
11 #include "proto.h"
12 #include "glo.h"
13