00001 00008 /* (c) 2004 Technische Universitaet Dresden 00009 * This file is part of DROPS, which is distributed under the terms of the 00010 * GNU General Public License 2. Please see the COPYING file for details. 00011 */ 00012 #ifndef __L4VFS_INCLUDE_ERRNO_H_ 00013 #define __L4VFS_INCLUDE_ERRNO_H_ 00014 00015 #define L4VFS_ENOT_ABS_PATH 2000 00016 #define L4VFS_EVOL_NOT_REG 2001 00017 #define L4VFS_ERESOLVE 2002 00018 #define L4VFS_EMOUNT_BUSY 2003 00019 #define L4VFS_ENO_SPACE_LEFT 2004 00021 #endif