mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
qom/object: Move Object typedef to 'qemu/typedefs.h'
We use the Object type all over the place. Forward declare it in "qemu/typedefs.h". Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200504115656.6045-2-f4bug@amsat.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
ce8540fde2
commit
ca27b5eb7c
9 changed files with 1 additions and 12 deletions
|
@ -1,5 +1,4 @@
|
|||
#include "qemu/osdep.h"
|
||||
#include "qom/object.h"
|
||||
#include "hw/mem/memory-device.h"
|
||||
|
||||
MemoryDeviceInfoList *qmp_memory_device_list(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue