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_CONTAINER_IO_H_ 00013 #define __L4VFS_INCLUDE_CONTAINER_IO_H_ 00014 00015 #include <sys/types.h> /* for mode_t */ 00016 #include <l4/l4vfs/types.h> 00017 #include <l4/l4vfs/container_io-client.h> 00018 00019 EXTERN_C_BEGIN 00020 00021 int l4vfs_mkdir(l4_threadid_t server, 00022 const object_id_t *parent, 00023 const char* name, 00024 mode_t mode); 00025 00026 EXTERN_C_END 00027 00028 #endif