/* * \brief Component-local stack area base address for HW core * \author Stefan Kalkowski * \date 2017-06-02 */ /* * Copyright (C) 2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed * under the terms of the GNU Affero General Public License version 3. */ /* base-internal includes */ #include #include Genode::addr_t Genode::stack_area_virtual_base() { return Hw::Mm::core_stack_area().base; }