fs Fetch file contents

This commit is contained in:
2025-10-02 22:29:20 +02:00
parent 91d648ade4
commit bc2b115cb3
9 changed files with 115 additions and 32 deletions

View File

@ -30,4 +30,6 @@ typedef struct IoctlStat {
int32_t type;
} IoctlStat;
typedef int32_t IOH;
#endif // SHARE_SYSDEFS_IOCTL_H_