xref: /openbmc/qemu/include/hw/hw.h (revision c95b08106b4b47d511a91a1c41e79681588bef59)
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