Unify VFS status codes and normal system status codes
All checks were successful
Build documentation / build-and-deploy (push) Successful in 24s

This commit is contained in:
2026-02-12 15:56:37 +01:00
parent fb54483e42
commit f37c34958e
5 changed files with 17 additions and 17 deletions

View File

@@ -7,12 +7,6 @@
#include <m/fs_desc_buffer.h>
#include <sync/spin_lock.h>
#define VFS_OK 0
#define VFS_EXISTS 1
#define VFS_NOT_FOUND 2
#define VFS_BAD_PATH 3
#define VFS_OOB_ERROR 4
#define VFS_RAMDISKFS 0
struct vfs_mountpoint {