refactor: clean up the virtual memory mappings
[lunaix-os.git] / lunaix-os / includes / lunaix / status.h
index dd353feace660a13ec4e8cafc1269963a9170c92..cc105b469ccede5f2ff622a155c0c24a7b463232 100644 (file)
 #define EEXIST -12
 #define EBADF -13
 #define ENOTSUP -14
+#define EIO -15
+#define ELOOP -16
+#define ENOTEMPTY -17
+#define EROFS -18
+#define EISDIR -19
+#define EBUSY -20
+#define EXDEV -21
+#define ENODEV -22
+#define ERANGE -23
+#define ENOMEM LXOUTOFMEM
+#define ENOTDEV -24
+#define EOVERFLOW -25
 
 #endif /* __LUNAIX_CODE_H */