diff options
Diffstat (limited to 'include/hw')
-rw-r--r-- | include/hw/i386/ioapic.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/hw/i386/ioapic.h b/include/hw/i386/ioapic.h index 9c8816f..59fcb15 100644 --- a/include/hw/i386/ioapic.h +++ b/include/hw/i386/ioapic.h @@ -23,6 +23,9 @@ #define IOAPIC_NUM_PINS 24 #define IO_APIC_DEFAULT_ADDRESS 0xfec00000 +#define TYPE_KVM_IOAPIC "kvm-ioapic" +#define TYPE_IOAPIC "ioapic" + void ioapic_eoi_broadcast(int vector); #endif /* HW_IOAPIC_H */ |