00001 /* $Id: ctor.c 21548 2005-07-21 14:07:30Z fm3 $ */00002 /*****************************************************************************/00011 /* (c) 2003 Technische Universitaet Dresden00012 * This file is part of DROPS, which is distributed under the terms of the00013 * GNU General Public License 2. Please see the COPYING file for details.00014 */00015
00016 #include <l4/dde_linux/ctor.h>00017 #include <l4/crtx/crt0.h>00018
00019 void l4dde_do_initcalls(void)
00020 {
00021 crt0_dde_construction();
00022 }