Sign in
qemu
/
qemu
/
40ed073f893b1aaebbd7f2ef1259bab9a0cea46f
/
.
/
include
/
hw
/
hw.h
blob: 045c1c8b09b3a20257b38f3aa74228524f95d7a8 [
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
G_NORETURN
void
hw_error
(
const
char
*
fmt
,
...)
G_GNUC_PRINTF
(
1
,
2
);
#endif