2 FUSE: Filesystem in Userspace
3 Copyright (C) 2001-2007 Miklos Szeredi <miklos@szeredi.hu>
5 This program can be distributed under the terms of the GNU LGPLv2.
6 See the file COPYING.LIB
13 struct fuse_lowlevel_ops
;
22 struct fuse_chan
*fuse_kern_chan_new(int fd
);
24 void fuse_kern_unmount(const char *mountpoint
, int fd
);
25 int fuse_kern_mount(const char *mountpoint
, struct fuse_args
*args
);