89aa165e1d
Needed for -soundhw cleanup. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-id: 20200702132525.6849-2-kraxel@redhat.com
8 lines
141 B
C
8 lines
141 B
C
#include "qemu/osdep.h"
|
|
#include "hw/isa/isa.h"
|
|
|
|
ISADevice *isa_create_simple(ISABus *bus, const char *name)
|
|
{
|
|
g_assert_not_reached();
|
|
}
|