]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/bootstrap_custom/server/src/init_kip-arch.h
fiasco: bootstrap: copy bootstrap into bootstrap_custom for to port this into Jailhouse.
[l4.git] / l4 / pkg / bootstrap_custom / server / src / init_kip-arch.h
1 /*
2  * (c) 2009 Adam Lackorzynski <adam@os.inf.tu-dresden.de>
3  *     economic rights: Technische Universität Dresden (Germany)
4  *
5  * This file is part of TUD:OS and distributed under the terms of the
6  * GNU General Public License 2.
7  * Please see the COPYING-GPL-2 file for details.
8  */
9 #ifndef INIT_KIP_ARCH_H__
10 #define INIT_KIP_ARCH_H__
11
12 #include <l4/sys/kip.h>
13
14 #if defined(ARCH_ppc32)
15 void init_kip_v2_arch(l4_kernel_info_t *);
16 #endif
17
18 #endif
19