Files
qemu/stubs/sysbus.c
Paolo Bonzini d1000ecae2 include: move hw/qdev-core.h to hw/core/, rename
Call it hw/core/qdev.h to avoid the duplication in the name.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2025-12-27 10:11:07 +01:00

8 lines
107 B
C

#include "qemu/osdep.h"
#include "hw/core/qdev.h"
BusState *sysbus_get_default(void)
{
return NULL;
}