Revision f9771858 hw/intc/ioapic_common.c

b/hw/intc/ioapic_common.c
109 109
    .abstract = true,
110 110
};
111 111

  
112
static void register_types(void)
112
static void ioapic_common_register_types(void)
113 113
{
114 114
    type_register_static(&ioapic_common_type);
115 115
}
116 116

  
117
type_init(register_types)
117
type_init(ioapic_common_register_types)

Also available in: Unified diff