00001 /* -*- c -*- */ 00009 /* (c) 2004 Technische Universitaet Dresden 00010 * This file is part of DROPS, which is distributed under the terms of the 00011 * GNU General Public License 2. Please see the COPYING file for details. 00012 */ 00013 import <l4/sys/types.h> 00014 import <l4/l4vfs/types.h> 00015 00019 library l4vfs 00020 { 00024 [uuid(40)] 00025 interface container_io 00026 { 00027 /* The same naming rules as for creat() apply here. 00028 */ 00029 int mkdir([in] object_id_t parent, 00030 [in, string] char * name, 00031 [in] l4vfs_mode_t mode); 00032 }; 00033 };