genode/base-mb/src/kernel/include/generic/printf.h

22 lines
467 B
C
Raw Normal View History

2011-12-22 16:19:25 +01:00
/*
* \brief Import printf function
* \author Martin Stein
* \date 2010-10-12
*/
/*
2013-01-10 21:44:47 +01:00
* Copyright (C) 2010-2013 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.
*/
#ifndef _KERNEL__INCLUDE__GENERIC__PRINTF_H_
#define _KERNEL__INCLUDE__GENERIC__PRINTF_H_
#include <base/printf.h>
using Genode::printf;
#endif /* _KERNEL__INCLUDE__GENERIC__PRINTF_H_ */