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 00016 import <l4/l4vfs/basic_name_server.idl> 00017 import <l4/l4vfs/name_space_provider.idl> 00018 import <l4/l4vfs/extendable.idl> 00019 import <l4/l4vfs/basic_io.idl> 00020 import <l4/l4vfs/container_io.idl> 00021 00025 library l4vfs 00026 { 00030 [uuid(1004)] 00031 interface object_server : basic_name_server, basic_io, container_io 00032 { 00033 }; 00034 };