]> git.ipfire.org Git - thirdparty/qemu.git/blob - stubs/sysbus.c
hw/pci-host/piix: Move i440FX declarations to hw/pci-host/i440fx.h
[thirdparty/qemu.git] / stubs / sysbus.c
1 #include "qemu/osdep.h"
2 #include "hw/qdev-core.h"
3
4 BusState *sysbus_get_default(void)
5 {
6 return NULL;
7 }