X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Finclude%2Ferrno.h;h=0b796c05ee55eb726a365054aa68e7e0a49f8572;hb=48c3c3735e3445cb2f182a12be4b24507b4a995a;hp=8bf83d8d79801ad826755ab4482e924aade705a8;hpb=d46fe712d92551c0084346e6d2627a13f0d45df0;p=tpg%2Facess2.git diff --git a/Kernel/include/errno.h b/Kernel/include/errno.h index 8bf83d8d..0b796c05 100644 --- a/Kernel/include/errno.h +++ b/Kernel/include/errno.h @@ -1,16 +1,20 @@ /* - * 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 }; #endif