You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/include/hw/core/hw-error.h

7 lines
113 B
C

#ifndef QEMU_HW_H
#define QEMU_HW_H
G_NORETURN void hw_error(const char *fmt, ...) G_GNUC_PRINTF(1, 2);
#endif