mirror of
https://github.com/deepseek-ai/3FS
synced 2025-06-26 18:16:45 +00:00
Initial commit
This commit is contained in:
8
src/fuse/FuseOps.h
Normal file
8
src/fuse/FuseOps.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include "FuseClients.h"
|
||||
|
||||
namespace hf3fs::fuse {
|
||||
FuseClients &getFuseClientsInstance();
|
||||
const fuse_lowlevel_ops &getFuseOps();
|
||||
} // namespace hf3fs::fuse
|
||||
Reference in New Issue
Block a user