]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/bootstrap/server/src/patch.h
update
[l4.git] / l4 / pkg / bootstrap / server / src / patch.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 PATCH_H
12 #define PATCH_H
13
14 #include <l4/sys/compiler.h>
15
16 EXTERN_C_BEGIN
17 void
18 patch_module(const char **str, l4util_mb_info_t *mbi);
19 char *
20 get_arg_module(l4util_mb_info_t *mbi, const char *name, unsigned *size);
21 EXTERN_C_END
22
23 #endif