]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - include/hw/pci-bridge/simba.h
Move QOM typedefs and add missing includes
[thirdparty/qemu.git] / include / hw / pci-bridge / simba.h
index d8649973ee17936226f52f7388ccde46c41325b8..300379b94dec26691f9573f8a288eed2dd85b755 100644 (file)
 #define HW_PCI_BRIDGE_SIMBA_H
 
 #include "hw/pci/pci_bridge.h"
+#include "qom/object.h"
 
 
-typedef struct SimbaPCIBridge {
+struct SimbaPCIBridge {
     /*< private >*/
     PCIBridge parent_obj;
-} SimbaPCIBridge;
+};
+typedef struct SimbaPCIBridge SimbaPCIBridge;
 
 #define TYPE_SIMBA_PCI_BRIDGE "pbm-bridge"
 #define SIMBA_PCI_BRIDGE(obj) \