Kernel/VFS - Added unmount support
[tpg/acess2.git] / KernelLand / Kernel / include / errno.h
index 3652f19..7c2e97a 100644 (file)
@@ -13,6 +13,7 @@ enum eErrorNums
        EINVAL, // Invalid Paramater
        ENOMEM, // No free memory
        EACCES, // Not permitted
+       EBUSY,  // Resource is busy
        ENOTFOUND,      // Item not found
        EREADONLY,      // Read only
        ENOTIMPL,       // Not implemented

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