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