X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FKernel%2Finclude%2Ferrno.h;h=a327cc00e4eb9d2cc5cee6dd6932b1132b6acba9;hb=4ebe00546574e97c5316881881f7f2562deea74b;hp=7c2e97abed43257eb26f533d0f67089de576eed9;hpb=4842e2d6740bcb81da4e94019285bfd2c45425b8;p=tpg%2Facess2.git diff --git a/KernelLand/Kernel/include/errno.h b/KernelLand/Kernel/include/errno.h index 7c2e97ab..a327cc00 100644 --- a/KernelLand/Kernel/include/errno.h +++ b/KernelLand/Kernel/include/errno.h @@ -21,6 +21,7 @@ enum eErrorNums EEXIST, // Already exists ENFILE, // Too many open files ENOTDIR, // Not a directory + EIO, // IO Error EALREADY, // Operation was a NOP EINTERNAL, // Internal Error