genode/repos/base-pistachio/src/core/cpu_session_platform.cc

28 lines
671 B
C++
Raw Normal View History

/*
* \brief Platform-specific parts of the core CPU session interface
* \author Martin Stein
* \date 2012-04-17
*/
2011-12-22 16:19:25 +01:00
/*
2013-01-10 21:44:47 +01:00
* 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 */
2011-12-22 16:19:25 +01:00
#include <cpu_session_component.h>
using namespace Genode;
using namespace Pistachio;
Ram_dataspace_capability Cpu_session_component::utcb(Thread_capability thread_cap)
{
PERR("%s: Not implemented", __PRETTY_FUNCTION__);
return Ram_dataspace_capability();
}
Cpu_session::Quota Cpu_session_component::quota() { return Quota(); }