hw/i386/sgx: Move qmp_query_sgx_capabilities() to hw/i386/sgx.c
[qemu.git] / stubs / isa-bus.c
blob522f448997d4322444835a47b6fe6c8dd4a86366
1 #include "qemu/osdep.h"
2 #include "hw/isa/isa.h"
4 ISADevice *isa_create_simple(ISABus *bus, const char *name)
6 g_assert_not_reached();