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 __LIB_H_ 00013 #define __LIB_H_ 00014 00015 #include <l4/env/env.h> 00016 00017 int lib_load(app_t *app, const char *fname, l4_threadid_t fprov_id); 00018 int lib_link(app_t *app); 00019 00020 #endif 00021