Sorting source tree a bit
[tpg/acess2.git] / Kernel / include / errno.h
diff --git a/Kernel/include/errno.h b/Kernel/include/errno.h
deleted file mode 100644 (file)
index 3652f19..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * Acess2
- * errno.h
- */
-#ifndef _ERRNO_H
-#define _ERRNO_H
-
-enum eErrorNums
-{
-       EOK,
-       
-       ENOSYS, // Invalid Instruction
-       EINVAL, // Invalid Paramater
-       ENOMEM, // No free memory
-       EACCES, // Not permitted
-       ENOTFOUND,      // Item not found
-       EREADONLY,      // Read only
-       ENOTIMPL,       // Not implemented
-       ENOENT, // No entry?
-       EEXIST, // Already exists
-       ENFILE, // Too many open files
-       ENOTDIR,        // Not a directory
-       
-       EALREADY,       // Operation was a NOP
-       EINTERNAL,      // Internal Error
-       
-       NUM_ERRS
-};
-
-#endif

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