Projet_SETI_RISC-V/riscv-gnu-toolchain/qemu/stubs/isa-bus.c
2023-03-06 14:48:14 +01:00

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();
}