/* * \brief Platform-specific parts of the core CPU session interface * \author Martin Stein * \date 2012-04-17 */ /* * Copyright (C) 2009-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. */ /* Genode includes */ #include using namespace Genode; Dataspace_capability Cpu_thread_component::utcb() { return Dataspace_capability(); } Cpu_session::Quota Cpu_session_component::quota() { return Quota(); }