X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/0e1309c02f0703c050df09b71346dab60fc6df87..0f73e6cc9945f9b4a074bb62b9708d1751fa3723:/lunaix-os/includes/lunaix/status.h diff --git a/lunaix-os/includes/lunaix/status.h b/lunaix-os/includes/lunaix/status.h index 4007c31..9b05747 100644 --- a/lunaix-os/includes/lunaix/status.h +++ b/lunaix-os/includes/lunaix/status.h @@ -1,30 +1 @@ -#ifndef __LUNAIX_CODE_H -#define __LUNAIX_CODE_H - -#define LXPROCFULL -(1) -#define LXHEAPFULL -(2) -#define LXINVLDPTR -(2) -#define LXOUTOFMEM -(3) -#define LXSEGFAULT -(5) -#define EINVAL -(6) - -#define EINTR -(7) - -#define EMFILE -8 -#define ENOENT -9 -#define ENAMETOOLONG -10 -#define ENOTDIR -11 -#define EEXIST -12 -#define EBADF -13 -#define ENOTSUP -14 -#define ENXIO -15 -#define ELOOP -16 -#define ENOTEMPTY -17 -#define EROFS -18 -#define EISDIR -19 -#define EBUSY -20 -#define EXDEV -21 -#define ELOOP -22 -#define ENODEV -23 - -#endif /* __LUNAIX_CODE_H */ +#include \ No newline at end of file