X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Finclude%2Ferrno.h;h=f5b23605e8dc535a9affeeb5390004d7e8f60314;hb=eecce4b7a55315f6c385ad8be35c25dbb12d43d8;hp=8bf83d8d79801ad826755ab4482e924aade705a8;hpb=8bc40333b1401d7616b225945fee53d972c2f418;p=tpg%2Facess2.git diff --git a/Kernel/include/errno.h b/Kernel/include/errno.h index 8bf83d8d..f5b23605 100644 --- a/Kernel/include/errno.h +++ b/Kernel/include/errno.h @@ -1,16 +1,25 @@ /* - * AcessOS Microkernel Version + * Acess2 * errno.h */ #ifndef _ERRNO_H #define _ERRNO_H -enum eErrorNums { +enum eErrorNums +{ EOK, ENOSYS, EINVAL, ENOMEM, - EACCES + EACCES, + ENOTFOUND, + EREADONLY, + ENOTIMPL, + ENOENT, + ENFILE, + ENOTDIR, + + NUM_ERRS }; #endif