1 /* 2 * (c) 2008-2009 Adam Lackorzynski <adam@os.inf.tu-dresden.de>, 3 * Alexander Warg <warg@os.inf.tu-dresden.de> 4 * economic rights: Technische Universität Dresden (Germany) 5 * 6 * This file is part of TUD:OS and distributed under the terms of the 7 * GNU General Public License 2. 8 * Please see the COPYING-GPL-2 file for details. 9 */ 10 #ifndef SIGMA0_INIT_MEM_H__ 11 #define SIGMA0_INIT_MEM_H__ 12 13 #include <l4/sys/kip.h> 14 15 void init_memory(l4_kernel_info_t *info); 16 17 #endif /* ! SIGMA0_INIT_MEM_H__ */ 18