More work on x86_64 build, error handling and IDT
[tpg/acess2.git] / Kernel / include / errno.h
index 8bf83d8..f5b2360 100644 (file)
@@ -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

UCC git Repository :: git.ucc.asn.au