repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
hw/arm/virt-acpi-build: pass AcpiMcfgInfo to build_mcfg()
[qemu.git]
/
contrib
/
elf2dmp
/
err.h
blob
5456bd5a305609a4e1d29fd01d7e9afff59f5a4d
1
/*
2
* Copyright (c) 2018 Virtuozzo International GmbH
3
*
4
* This work is licensed under the terms of the GNU GPL, version 2 or later.
5
*
6
*/
7
8
#ifndef ERR_H
9
#define ERR_H
10
11
#define eprintf(...) fprintf(stderr, __VA_ARGS__)
12
13
#endif
/* ERR_H */