X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FKernel%2Finclude%2Ferrno.h;h=31f68a0cba625893c240e11cfdb04c2908e4c93b;hb=3b864de01887f22d74ec1d564bc99913e5d82be4;hp=3652f19f0a63b927811514918ea5979253f9371d;hpb=48743e39650eb1ef988380e9d95f27fd40d3a9ce;p=tpg%2Facess2.git diff --git a/KernelLand/Kernel/include/errno.h b/KernelLand/Kernel/include/errno.h index 3652f19f..31f68a0c 100644 --- a/KernelLand/Kernel/include/errno.h +++ b/KernelLand/Kernel/include/errno.h @@ -13,6 +13,7 @@ enum eErrorNums EINVAL, // Invalid Paramater ENOMEM, // No free memory EACCES, // Not permitted + EBUSY, // Resource is busy ENOTFOUND, // Item not found EREADONLY, // Read only ENOTIMPL, // Not implemented @@ -20,6 +21,8 @@ enum eErrorNums EEXIST, // Already exists ENFILE, // Too many open files ENOTDIR, // Not a directory + EIO, // IO Error + EINTR, // Operation interrupted (signal) EALREADY, // Operation was a NOP EINTERNAL, // Internal Error