Merge "These changes are a raw update to a vanilla kernel 4.1.10, with the recently...
[kvmfornfv.git] / qemu / stubs / sysbus.c
1 #include "hw/qdev-core.h"
2
3 BusState *sysbus_get_default(void)
4 {
5     return NULL;
6 }