mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:46:10 +00:00
Call it hw/core/qdev.h to avoid the duplication in the name. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
8 lines
107 B
C
8 lines
107 B
C
#include "qemu/osdep.h"
|
|
#include "hw/core/qdev.h"
|
|
|
|
BusState *sysbus_get_default(void)
|
|
{
|
|
return NULL;
|
|
}
|