]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/bootstrap_custom/server/src/init_kip.h
fiasco: bootstrap: Segments' specifiaction was removed.
[l4.git] / l4 / pkg / bootstrap_custom / server / src / init_kip.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 INIT_KIP_H__
12 #define INIT_KIP_H__
13
14 #include <l4/util/mb_info.h>
15 #include "startup.h"
16 #include "init_kip-arch.h"
17
18 #ifdef __cplusplus
19 class Region_list;
20
21 void init_kip_f(void *_l4i, boot_info_t *bi, l4util_mb_info_t *mbi,
22                 Region_list *ram, Region_list *regions);
23 #endif
24
25 #endif