Sign in
qemu
/
qemu
/
9aee8f2c299c50bcad3af31c6e2bfdbe27338247
/
.
/
include
/
hw
/
hw.h
blob: 34377f5309d3d0ceaf866e650f3de5490d1b254e [
file
] [
log
] [
blame
]
#ifndef
QEMU_HW_H
#define
QEMU_HW_H
#ifdef
CONFIG_USER_ONLY
#error
Cannot
include hw
/
hw
.
h
from
user emulation
#endif
void
QEMU_NORETURN hw_error
(
const
char
*
fmt
,
...)
G_GNUC_PRINTF
(
1
,
2
);
#endif