repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-06-09' into staging
[qemu/ar7.git]
/
include
/
hw
/
hw.h
blob
fc5301f29372e699c7bcd0767ca008af47679c74
1
#ifndef QEMU_HW_H
2
#define QEMU_HW_H
3
4
#ifdef CONFIG_USER_ONLY
5
#error Cannot include hw/hw.h from user emulation
6
#endif
7
8
void
QEMU_NORETURN
hw_error
(
const char
*
fmt
, ...)
GCC_FMT_ATTR
(
1
,
2
);
9
10
#endif