xref: /openbmc/qemu/include/hw/hw.h (revision 9c2ff9cdc9b33472333e9431cbf4417f5f228883)
1 #ifndef QEMU_HW_H
2 #define QEMU_HW_H
3 
4 G_NORETURN void hw_error(const char *fmt, ...) G_GNUC_PRINTF(1, 2);
5 
6 #endif
7