/* * (c) 2008-2009 Adam Lackorzynski , * Alexander Warg * economic rights: Technische Universität Dresden (Germany) * * This file is part of TUD:OS and distributed under the terms of the * GNU General Public License 2. * Please see the COPYING-GPL-2 file for details. */ #ifndef SIGMA0_INIT_MEM_H__ #define SIGMA0_INIT_MEM_H__ #include void init_memory(l4_kernel_info_t *info); #endif /* ! SIGMA0_INIT_MEM_H__ */