genode/repos/base-hw/src/core/include/kernel/log.h
2017-02-28 12:59:29 +01:00

20 lines
426 B
C++

/*
* \brief Kernel backend log messages
* \author Stefan Kalkowski
* \date 2016-10-10
*/
/*
* Copyright (C) 2016-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.
*/
#ifndef _CORE__INCLUDE__KERNEL__LOG_H_
#define _CORE__INCLUDE__KERNEL__LOG_H_
namespace Kernel { void log(char const); }
#endif