Sign in
qemu
/
qemu
/
8c1c07929feae876202ba26f07a540c5115c18cd
/
.
/
stubs
/
isa-bus.c
blob: 522f448997d4322444835a47b6fe6c8dd4a86366 [
file
] [
log
] [
blame
]
Gerd Hoffmann
89aa165
2020-07-02 15:25:06 +0200
[
diff
] [
blame
]
1
#include
"qemu/osdep.h"
2
#include
"hw/isa/isa.h"
3
4
ISADevice
*
isa_create_simple
(
ISABus
*
bus
,
const
char
*
name
)
5
{
6
g_assert_not_reached
();
7
}