Decoupling Architectural-specific Code (#35)
[lunaix-os.git] / lunaix-os / includes / lunaix / status.h
index aeef93e5c16e6abf9cb44382fd490c44d857440b..9b057472812215f80779e3f61be9e5c1b0ca2739 100644 (file)
@@ -1,14 +1 @@
-#ifndef __LUNAIX_CODE_H
-#define __LUNAIX_CODE_H
-
-#define LXPROCFULL -(1)
-#define LXHEAPFULL -(2)
-#define LXINVLDPTR -(2)
-#define LXOUTOFMEM -(3)
-#define LXINVLDPID -(4)
-#define LXSEGFAULT -(5)
-#define LXINVL -(6)
-
-#define EINTR -(7)
-
-#endif /* __LUNAIX_CODE_H */
+#include <usr/lunaix/status.h>
\ No newline at end of file