repo.or.cz
/
qemu
/
armbru.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tests/qapi-schema: Tidy up pylint warnings and advice
[qemu/armbru.git]
/
include
/
hw
/
hw.h
blob
045c1c8b09b3a20257b38f3aa74228524f95d7a8
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
G_NORETURN
void
hw_error
(
const char
*
fmt
, ...)
G_GNUC_PRINTF
(
1
,
2
);
9
10
#endif