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_IO_H_ 00013 #define __L4VFS_INCLUDE_IO_H_ 00014 00015 #include <l4/l4vfs/types.h> 00016 00017 // this will be initialized by the constructor init_io() 00018 extern l4_threadid_t l4vfs_name_server; 00019 00020 #endif