genode/repos/ports/src/noux/minimal/construct.cc

21 lines
402 B
C++

/**
* \brief Noux initialization
* \author Sebastian Sumpf
* \date 2017-02-24
*/
/*
* Copyright (C) 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.
*/
#include <base/component.h>
#include <construct.h>
void Component::construct(Genode::Env &env)
{
noux_construct(env);
}