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

22 lines
467 B
C
Executable File

/*
* \brief Import printf function
* \author Martin Stein
* \date 2010-10-12
*/
/*
* Copyright (C) 2010-2013 Genode Labs GmbH
*
* 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_ */