No longer used.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12253 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2005-04-05 14:09:08 +00:00
parent fbf12e8758
commit bc440dcb46

View File

@ -1,27 +0,0 @@
/* kerors.h
*
* Kernel ONLY error codes
*/
#ifndef _KERNEL_KERRORS_H
#define _KERNEL_KERRORS_H
/* These are the old newos errors - we should be trying to remove these
* in favour of the codes in posix/errno.h or even os/support/Errors.h
*/
/* General errors */
#define ERR_UNIMPLEMENTED ENOSYS
/* VFS errors */
#define ERR_VFS_NOT_MOUNTPOINT -3072
#define ERR_VFS_ALREADY_MOUNTPOINT -3073
/* VM errors */
#define ERR_VM_GENERAL -4096
#define ERR_VM_INVALID_ASPACE ERR_VM_GENERAL-1
#define ERR_VM_INVALID_REGION ERR_VM_GENERAL-2
#define ERR_VM_PAGE_NOT_PRESENT ERR_VM_GENERAL-7
#define ERR_VM_NO_REGION_SLOT ERR_VM_GENERAL-8
#endif /* _KERNEL_KERRORS_H */