genode/repos/base-host/src/core/core_rm_session.cc

31 lines
654 B
C++
Raw Normal View History

2011-12-22 16:19:25 +01:00
/*
* \brief Core-local RM session
* \author Norman Feske
* \date 2009-10-02
*/
/*
2013-01-10 21:44:47 +01:00
* Copyright (C) 2009-2013 Genode Labs GmbH
2011-12-22 16:19:25 +01:00
*
* 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 <base/printf.h>
/* core includes */
#include <core_rm_session.h>
using namespace Genode;
Rm_session::Local_addr
Core_rm_session::attach(Dataspace_capability ds_cap, size_t size,
off_t offset, bool use_local_addr,
2013-02-14 11:03:46 +01:00
Rm_session::Local_addr local_addr, bool)
2011-12-22 16:19:25 +01:00
{
PWRN("not implemented");
return 0;
}