xref: /haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/fuse_api.h (revision 1d077f8397a3a222cf62d3c197ad5af5bfb48967)
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 
12 #endif	// USERLAND_FS_FUSE_FUSE_API_H
13