Unify VFS status codes and normal system status codes
All checks were successful
Build documentation / build-and-deploy (push) Successful in 24s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 24s
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user