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/object_server.idl> 00017 import <l4/l4vfs/mmap.idl> 00018 00022 library l4vfs 00023 { 00027 [uuid(1005)] 00028 interface mmap_object_server : object_server, mmap 00029 { 00030 }; 00031 };