genode/repos/base-hw/src/core/kernel/log.h

20 lines
436 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__KERNEL__LOG_H_
#define _CORE__KERNEL__LOG_H_
namespace Kernel { void log(char const); }
#endif /* _CORE__KERNEL__LOG_H_ */