This commit is contained in:
2026-03-09 07:53:06 +00:00
parent 975afaf3f0
commit 470412a1c2
82 changed files with 7094 additions and 5234 deletions

14
src/hook/zvfs_hook.h Normal file
View File

@@ -0,0 +1,14 @@
#ifndef __ZVFS_HOOK_H__
#define __ZVFS_HOOK_H__
#include "zvfs_hook_init.h"
#include "zvfs_hook_fd.h"
#include "zvfs_hook_rw.h"
#include "zvfs_hook_seek.h"
#include "zvfs_hook_stat.h"
#include "zvfs_hook_sync.h"
#include "zvfs_hook_fcntl.h"
#include "zvfs_hook_dir.h"
#include "zvfs_hook_mmap.h"
#endif // __ZVFS_HOOK_H__