Sign in
qemu
/
qemu
/
80d71121b719c610c7f6e05c932c35ded4cc92d4
/
.
/
include
/
hw
/
hw.h
blob: fc5301f29372e699c7bcd0767ca008af47679c74 [
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
,
...)
GCC_FMT_ATTR
(
1
,
2
);
#endif