xref: /haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/fuse_api.h (revision f06f733751a4f6013ba903906e0b6302f37e3413)
1 /*
2  * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef USERLAND_FS_FUSE_FUSE_API_H
6 #define USERLAND_FS_FUSE_FUSE_API_H
7 
8 #define FUSE_USE_VERSION FUSE_VERSION
9 
10 #include <fuse.h>
11 #include <fuse_lowlevel.h>
12 
13 #endif	// USERLAND_FS_FUSE_FUSE_API_H
14