genode/base-fiasco/src/core/arm/platform_arm.cc

25 lines
488 B
C++
Raw Normal View History

2011-12-22 16:19:25 +01:00
/*
* \brief Platform support specific to ARM
* \author Norman Feske
* \date 2007-10-13
*/
/*
2012-01-03 15:35:05 +01:00
* Copyright (C) 2007-2012 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.
*/
#include "platform.h"
using namespace Genode;
void Platform::_setup_io_port_alloc()
{
/*
* This is just a dummy init function for the I/O port allocator.
* ARM does not I/O port support.
*/
}