OSDN Git Service

hw/dma/xlnx_csu_dma: don't throw guest errors when stopping the SRC DMA
[qmiga/qemu.git] / stubs / isa-bus.c
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 }