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