]> git.proxmox.com Git - mirror_lxcfs.git/blobdiff - bindings.h
enable debug option
[mirror_lxcfs.git] / bindings.h
index 7cd75be65a8c02dd89254fec7660fcffeaa94725..c663287b15638f53a593bfe55823f0ef2b2df255 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef __LXCFS_BINDINGS_H
+#define __LXCFS_BINDINGS_H
+
+#include "macro.h"
+
 /* directory under which we mount the controllers - /run/lxcfs/controllers */
 #define BASEDIR RUNTIME_PATH "/lxcfs/controllers"
 #define ROOTDIR RUNTIME_PATH "/lxcfs/root"
@@ -27,3 +32,5 @@ extern int proc_open(const char *path, struct fuse_file_info *fi);
 extern int proc_read(const char *path, char *buf, size_t size, off_t offset,
                struct fuse_file_info *fi);
 extern int proc_access(const char *path, int mask);
+
+#endif /* __LXCFS_BINDINGS_H */