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_NAME_SPACE_PROVIDER_H_ 00013 #define __L4VFS_INCLUDE_NAME_SPACE_PROVIDER_H_ 00014 00015 #include <l4/sys/compiler.h> 00016 00017 EXTERN_C_BEGIN 00018 00019 int l4vfs_register_volume(l4_threadid_t dest, l4_threadid_t server, 00020 object_id_t root_id); 00021 00022 int l4vfs_unregister_volume(l4_threadid_t dest, l4_threadid_t server, 00023 volume_id_t volume_id); 00024 00025 EXTERN_C_END 00026 00027 #endif