/* * (c) 2015 Adam Lackorzynski * * 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 MEM_LAYOUT_H__ #define MEM_LAYOUT_H__ namespace Mem_layout { enum { Loader_vma_start = 0x70200000 }; } #endif