/* * \brief Platform-specific parts of cores CPU-service * \author Martin Stein * \date 2012-04-17 */ /* * Copyright (C) 2009-2013 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed * under the terms of the GNU General Public License version 2. */ /* Genode includes */ #include /* Core includes */ #include using namespace Genode; Ram_dataspace_capability Cpu_session_component::utcb(Thread_capability thread_cap) { PERR("%s: Not implemented", __PRETTY_FUNCTION__); return Ram_dataspace_capability(); }