spapr_pci: add spapr msi read method
[qemu/ar7.git] / contrib / elf2dmp / err.h
blob5456bd5a305609a4e1d29fd01d7e9afff59f5a4d
1 /*
2 * Copyright (c) 2018 Virtuozzo International GmbH
4 * This work is licensed under the terms of the GNU GPL, version 2 or later.
6 */
8 #ifndef ERR_H
9 #define ERR_H
11 #define eprintf(...) fprintf(stderr, __VA_ARGS__)
13 #endif /* ERR_H */