00001
00008
00009
00010
00011
00012 #ifndef __L4VFS_INCLUDE_EXTENDABLE_H_
00013 #define __L4VFS_INCLUDE_EXTENDABLE_H_
00014
00015 #include <l4/l4vfs/types.h>
00016 #include <l4/sys/types.h>
00017 #include <l4/sys/compiler.h>
00018
00019 EXTERN_C_BEGIN
00020
00021 int l4vfs_attach_namespace(l4_threadid_t server,
00022 volume_id_t volume_id,
00023 char * mounted_dir,
00024 char * mount_dir);
00025
00026 int l4vfs_detach_namespace(l4_threadid_t server,
00027 char * mount_dir);
00028
00029 EXTERN_C_END
00030
00031 #endif