|
@@ -11,7 +11,7 @@
|
|
|
#define ISA_NUM_IRQS 16
|
|
|
|
|
|
#define TYPE_ISA_DEVICE "isa-device"
|
|
|
-OBJECT_DECLARE_TYPE(ISADevice, ISADeviceClass, ISA_DEVICE)
|
|
|
+OBJECT_DECLARE_SIMPLE_TYPE(ISADevice, ISA_DEVICE)
|
|
|
|
|
|
#define TYPE_ISA_BUS "ISA"
|
|
|
OBJECT_DECLARE_SIMPLE_TYPE(ISABus, ISA_BUS)
|
|
@@ -48,10 +48,6 @@ struct IsaDmaClass {
|
|
|
void *opaque);
|
|
|
};
|
|
|
|
|
|
-struct ISADeviceClass {
|
|
|
- DeviceClass parent_class;
|
|
|
-};
|
|
|
-
|
|
|
struct ISABus {
|
|
|
/*< private >*/
|
|
|
BusState parent_obj;
|