14 lines
323 B
C
14 lines
323 B
C
#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__
|