mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-27 13:30:52 +00:00
7 lines
83 B
C
7 lines
83 B
C
|
#include "hw/qdev-core.h"
|
||
|
|
||
|
BusState *sysbus_get_default(void)
|
||
|
{
|
||
|
return NULL;
|
||
|
}
|