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_CONNECTION_H_ 00013 #define __L4VFS_INCLUDE_CONNECTION_H_ 00014 00015 #include <l4/l4vfs/types.h> 00016 #include <l4/l4vfs/connection-client.h> 00017 00018 EXTERN_C_BEGIN 00019 00020 l4_threadid_t l4vfs_init_connection(l4_threadid_t server); 00021 00022 void l4vfs_close_connection(l4_threadid_t server, l4_threadid_t connection); 00023 00024 EXTERN_C_END 00025 00026 #endif 00027