feat: ATAPI device capacity probing
[lunaix-os.git] / lunaix-os / includes / lunaix / status.h
index 44fa2f9858dca4bec0fe47ec09d268e2bd02de88..aeef93e5c16e6abf9cb44382fd490c44d857440b 100644 (file)
@@ -6,5 +6,9 @@
 #define LXINVLDPTR -(2)
 #define LXOUTOFMEM -(3)
 #define LXINVLDPID -(4)
+#define LXSEGFAULT -(5)
+#define LXINVL -(6)
+
+#define EINTR -(7)
 
 #endif /* __LUNAIX_CODE_H */