blob: fc5301f29372e699c7bcd0767ca008af47679c74 [file] [log] [blame]
pbrook87ecb682007-11-17 17:14:51 +00001#ifndef QEMU_HW_H
2#define QEMU_HW_H
3
Paolo Bonzini741da0d2014-06-27 08:40:04 +02004#ifdef CONFIG_USER_ONLY
5#error Cannot include hw/hw.h from user emulation
Paul Brook1ad21342009-05-19 16:17:58 +01006#endif
7
Markus Armbruster0137fdc2016-03-09 12:19:37 +01008void QEMU_NORETURN hw_error(const char *fmt, ...) GCC_FMT_ATTR(1, 2);
9
pbrook87ecb682007-11-17 17:14:51 +000010#endif