fix: separate any i/o to sequential device from caching layer
[lunaix-os.git] / lunaix-os / includes / lunaix / status.h
index d6cb3eb1d57bf6290a1e8474910efe5b7f5ce141..4007c315a36ca54e335be97cb057af48b19ca0da 100644 (file)
@@ -23,5 +23,8 @@
 #define EROFS -18
 #define EISDIR -19
 #define EBUSY -20
+#define EXDEV -21
+#define ELOOP -22
+#define ENODEV -23
 
 #endif /* __LUNAIX_CODE_H */