More work on the FAT driver, more messy, but more complete
[tpg/acess2.git] / Kernel / include / errno.h
index 8bf83d8..0b796c0 100644 (file)
@@ -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

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