Sign in
qemu
/
qemu
/
2f3913f4b2ad74baeb5a6f1d36efbd9ecdf1057d
/
.
/
stubs
/
isa-bus.c
blob: 522f448997d4322444835a47b6fe6c8dd4a86366 [
file
] [
log
] [
blame
]
#include
"qemu/osdep.h"
#include
"hw/isa/isa.h"
ISADevice
*
isa_create_simple
(
ISABus
*
bus
,
const
char
*
name
)
{
g_assert_not_reached
();
}