hw/arm/xlnx-zynqmp: Remove obsolete 'has_rpu' property
[qemu/ar7.git] / include / hw / usb / chipidea.h
blobfe4113ee01be0cb7e6301bd7f8532a174b987b61
1 #ifndef CHIPIDEA_H
2 #define CHIPIDEA_H
4 #include "hw/usb/hcd-ehci.h"
5 #include "qom/object.h"
7 struct ChipideaState {
8 /*< private >*/
9 EHCISysBusState parent_obj;
11 MemoryRegion iomem[3];
14 #define TYPE_CHIPIDEA "usb-chipidea"
15 OBJECT_DECLARE_SIMPLE_TYPE(ChipideaState, CHIPIDEA)
17 #endif /* CHIPIDEA_H */