]> git.proxmox.com Git - mirror_lxcfs.git/blame - src/lxcfs_fuse.h
utils: add get_task_personality helper
[mirror_lxcfs.git] / src / lxcfs_fuse.h
CommitLineData
bb4e3c8f
CB
1/* SPDX-License-Identifier: LGPL-2.1+ */
2
3#ifndef __LXCFS_FUSE_H
4#define __LXCFS_FUSE_H
5
6#include "config.h"
7
bb4e3c8f
CB
8#if HAVE_FUSE3
9#include <fuse3/fuse.h>
10#else
11#include <fuse.h>
12#endif
13
e532b47a
CBM
14#include "lxcfs_fuse_compat.h"
15
bb4e3c8f 16#endif /* __LXCFS_FUSE_H */