acpiphp: add support for ioapic hot-remove
[powerpc.git] / drivers / pci / hotplug / acpiphp.h
index be104ec..7fff07e 100644 (file)
@@ -150,6 +150,11 @@ struct acpiphp_attention_info
        struct module *owner;
 };
 
+struct acpiphp_ioapic {
+       struct pci_dev *dev;
+       u32 gsi_base;
+       struct list_head list;
+};
 
 /* PCI bus bridge HID */
 #define ACPI_PCI_HOST_HID              "PNP0A03"