]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/bootstrap_custom/server/src/module.h
benchmarks: use better bench. bootstrap: Fix slow memory access bug.
[l4.git] / l4 / pkg / bootstrap_custom / server / src / module.h
1 /*
2  * (c) 2008-2009 Adam Lackorzynski <adam@os.inf.tu-dresden.de>,
3  *               Alexander Warg <warg@os.inf.tu-dresden.de>,
4  *               Frank Mehnert <fm3@os.inf.tu-dresden.de>
5  *     economic rights: Technische Universität Dresden (Germany)
6  *
7  * This file is part of TUD:OS and distributed under the terms of the
8  * GNU General Public License 2.
9  * Please see the COPYING-GPL-2 file for details.
10  */
11 #ifndef MODULE_H
12 #define MODULE_H
13
14 #include <stddef.h>
15 #include <l4/util/mb_info.h>
16 #include <l4/sys/compiler.h>
17
18 EXTERN_C_BEGIN
19
20 void print_module_name(const char *name, const char *alt_name);
21
22 EXTERN_C_END
23
24 #endif