]> Git Repo - qemu.git/blame - stubs/sysbus.c
OpenBIOS: switch over to official OpenBIOS git repo
[qemu.git] / stubs / sysbus.c
CommitLineData
87c9b5e0 1#include "qemu/osdep.h"
906709a1
EH
2#include "hw/qdev-core.h"
3
4BusState *sysbus_get_default(void)
5{
6 return NULL;
7}
This page took 0.185385 seconds and 4 git commands to generate.