genode/repos/dde_ipxe/src/lib/dde_ipxe/local.h

20 lines
521 B
C
Raw Normal View History

2011-12-22 16:19:25 +01:00
/*
* \brief DDE iPXE local helpers
* \author Christian Helmuth
* \date 2010-09-13
*/
/*
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.
*/
#define FMT_BUSDEVFN "%02x:%02x.%x"
#define LOG(fmt, ...) \
do { \
dde_printf("\033[36m" fmt "\033[0m\n", ##__VA_ARGS__ ); \
2011-12-22 16:19:25 +01:00
} while (0)