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