summaryrefslogtreecommitdiff
path: root/minix/lib/libhgfs/inc.h
blob: beb37964851120f92653572fea727393bb930fc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Part of libhgfs - (c) 2009, D.C. van Moolenbroek */

#include <minix/drivers.h>
#include <minix/sffs.h>
#include <minix/hgfs.h>

#define PREFIX(x) __libhgfs_##x

#include "type.h"
#include "const.h"
#include "proto.h"
#include "glo.h"