]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/sigma0/server/src/init_mem.h
034835e148babaf4216b77f667f3ff8b7250ba9e
[l4.git] / l4 / pkg / sigma0 / server / src / init_mem.h
1 /*
2  * (c) 2008-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 SIGMA0_INIT_MEM_H__
8 #define SIGMA0_INIT_MEM_H__
9
10 #include <l4/sys/kip.h>
11
12 void init_memory(l4_kernel_info_t *info);
13
14 #endif /* ! SIGMA0_INIT_MEM_H__ */