genode/repos/os/src/app/cli_monitor/no_extension.cc

18 lines
391 B
C++

/*
* \brief Dummy implementation of CLI extension interface
* \author Norman Feske
* \date 2013-03-21
*/
/*
* Copyright (C) 2013-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 <extension.h>
void Cli_monitor::init_extension(Command_registry &) { }