From dde540e413eba6d22a4515659dd72262b8a01af4 Mon Sep 17 00:00:00 2001 From: Bernd Schubert Date: Mon, 24 Mar 2025 18:46:29 +0100 Subject: fuse: Add ring creation Signed-off-by: Bernd Schubert --- lib/fuse_uring_i.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 lib/fuse_uring_i.h (limited to 'lib/fuse_uring_i.h') diff --git a/lib/fuse_uring_i.h b/lib/fuse_uring_i.h new file mode 100644 index 0000000..fefb8a0 --- /dev/null +++ b/lib/fuse_uring_i.h @@ -0,0 +1,18 @@ +/* + * FUSE: Filesystem in Userspace + * Copyright (C) 2025 Bernd Schubert + * This program can be distributed under the terms of the GNU LGPLv2. + * See the file COPYING.LIB + */ + +#ifndef FUSE_URING_I_H_ +#define FUSE_URING_I_H_ + +#include "fuse_lowlevel.h" + +struct fuse_in_header; + +int fuse_uring_start(struct fuse_session *se); +int fuse_uring_stop(struct fuse_session *se); + +#endif // FUSE_URING_I_H_ -- cgit v1.2.3