]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/bootstrap/server/src/init_kip-arch.h
25d74d28df8f450239099a54052d2ceb9c1b0f24
[l4.git] / l4 / pkg / bootstrap / server / src / init_kip-arch.h
1 /*
2  * (c) 2009 Technische Universität Dresden
3  * This file is part of TUD:OS and distributed under the terms of the
4  * GNU General Public License 2.
5  * Please see the COPYING-GPL-2 file for details.
6  */
7 #ifndef INIT_KIP_ARCH_H__
8 #define INIT_KIP_ARCH_H__
9
10 #include <l4/sys/kip.h>
11
12 #if defined(ARCH_ppc32)
13 void init_kip_v2_arch(l4_kernel_info_t *);
14 #endif
15
16 #endif
17