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

@@ -10,5 +10,8 @@
#define ST_PERMISSION_ERROR 6
#define ST_BAD_RESOURCE 7
#define ST_BAD_DEVICE_OP 8
#define ST_EXISTS 9
#define ST_OOB_ERROR 10
#define ST_BAD_PATH 11
#endif // _M_STATUS_H