kernel debug: priv can be NULL early on
[minix.git] / lib / libhgfs / inc.h
blobbeb37964851120f92653572fea727393bb930fc1
1 /* Part of libhgfs - (c) 2009, D.C. van Moolenbroek */
3 #include <minix/drivers.h>
4 #include <minix/sffs.h>
5 #include <minix/hgfs.h>
7 #define PREFIX(x) __libhgfs_##x
9 #include "type.h"
10 #include "const.h"
11 #include "proto.h"
12 #include "glo.h"