genode/repos/base-sel4/src/core/io_mem_session_support.cc

25 lines
534 B
C++

/*
* \brief Implementation of the IO_MEM session interface
* \author Norman Feske
* \date 2015-05-01
*/
/*
* Copyright (C) 2015-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.
*/
/* core includes */
#include <io_mem_session_component.h>
using namespace Genode;
void Io_mem_session_component::_unmap_local(addr_t, size_t) { }
addr_t Io_mem_session_component::_map_local(addr_t, size_t) { return 0; }